コード例 #1
0
ファイル: ListViewEx.cs プロジェクト: Roman-Dementiev/Dwares
        //static ClassRef @class = new ClassRef(typeof(ListViewEx));
        public ListViewEx()
        {
            //Debug.EnableTracing(@class);

            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
            this.ItemSelected += OnItemSelected;
        }
コード例 #2
0
        //static ClassRef @class = new ClassRef(typeof(ShellEx));

        public ShellEx()
        {
            //Debug.EnableTracing(@class);

            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
            //ChildAdded += ShellEx_ChildAdded;
        }
コード例 #3
0
ファイル: EditorEx.cs プロジェクト: Roman-Dementiev/Dwares
        //static ClassRef @class = new ClassRef(typeof(EditorEx));

        public EditorEx()
        {
            //Debug.EnableTracing(@class);

            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
        }
コード例 #4
0
        public ArtButton()
        {
            InitializeComponent();

            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
        }
コード例 #5
0
        //static ClassRef @class = new ClassRef(typeof(CollectionViewEx));

        public CollectionViewEx()
        {
            //Debug.EnableTracing(@class);

            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
        }
コード例 #6
0
 public BusyOverlay() : this(true, true)
 {
     UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
 }
コード例 #7
0
 public ToolbarItemEx()
 {
     UITheme.OnCurrentThemeChanged(() => UpdateIcon(IconArt));
 }
コード例 #8
0
 public ButtonEx()
 {
     UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
 }
コード例 #9
0
 public ContentPageEx()
 {
     UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
 }
コード例 #10
0
        //static ClassRef @class = new ClassRef(typeof(NavigationPageEx));

        public NavigationPageEx()
        {
            //Debug.EnableTracing(@class);
            UITheme.OnCurrentThemeChanged(() => this.ApplyFlavor());
        }
コード例 #11
0
        //static ClassRef @class = new ClassRef(typeof(GridEx));

        public GridEx()
        {
            //Debug.EnableTracing(@class);
            UITheme.OnCurrentThemeChanged(() => { Style = UITheme.Current.GetStyle(Flavor); });
        }