private void OnInnerEntryStyleSet(object o, StyleSetArgs args)
 {
     UpdateStyle();
 }
 private void OnWidgetStyleSet(object o, StyleSetArgs args)
 {
     RefreshColors();
 }