//static ClassRef @class = new ClassRef(typeof(ListViewEx)); public ListViewEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); this.ItemSelected += OnItemSelected; }
//static ClassRef @class = new ClassRef(typeof(ShellEx)); public ShellEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); //ChildAdded += ShellEx_ChildAdded; }
//static ClassRef @class = new ClassRef(typeof(EditorEx)); public EditorEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
public ArtButton() { InitializeComponent(); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
//static ClassRef @class = new ClassRef(typeof(CollectionViewEx)); public CollectionViewEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
public BusyOverlay() : this(true, true) { UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
public ToolbarItemEx() { UITheme.OnCurrentThemeChanged(() => UpdateIcon(IconArt)); }
public ButtonEx() { UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
public ContentPageEx() { UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
//static ClassRef @class = new ClassRef(typeof(NavigationPageEx)); public NavigationPageEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor()); }
//static ClassRef @class = new ClassRef(typeof(GridEx)); public GridEx() { //Debug.EnableTracing(@class); UITheme.OnCurrentThemeChanged(() => { Style = UITheme.Current.GetStyle(Flavor); }); }