示例#1
0
        protected internal override void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
        {
            var newThemeKey = view.GetDefaultStyleKey(typeof(DataCell));

            if (object.Equals(this.DefaultStyleKey, newThemeKey))
            {
                return;
            }

            this.DefaultStyleKey = newThemeKey;
        }
示例#2
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(HierarchicalGroupLevelIndicatorPane));
 }
示例#3
0
 protected internal override void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(DetailIndicator));
 }
示例#4
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupHeaderControl));
 }
示例#5
0
 protected internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(GroupLevelIndicator));
 }
示例#6
0
 internal virtual void PrepareDefaultStyleKey(Nequeo.Wpf.DataGrid.Views.ViewBase view)
 {
     this.DefaultStyleKey = view.GetDefaultStyleKey(typeof(RowSelectorPane));
 }