Beispiel #1
0
        static GridCellSplitter()
        {
            Brush.Freeze();

            UIElementUtils.OverrideFocusable <GridCellSplitter <TGridCellPresenter, TGridCellPanel, TGridCellCollection, TGridCell, TGridCellSplitter, TGridCellColumnController, TGridCellColumn> >(false);
            ControlUtils.OverrideIsTabStop <GridCellSplitter <TGridCellPresenter, TGridCellPanel, TGridCellCollection, TGridCell, TGridCellSplitter, TGridCellColumnController, TGridCellColumn> >(false);
            FrameworkElementUtils.OverrideVisualStyle <GridCellSplitter <TGridCellPresenter, TGridCellPanel, TGridCellCollection, TGridCell, TGridCellSplitter, TGridCellColumnController, TGridCellColumn> >(null);
        }
Beispiel #2
0
 static ScrollBarThumb()
 {
     DefaultStyleKeyHelper.OverrideStyleKey <ScrollBarThumb>();
     UIElementUtils.OverrideFocusable <ScrollBarThumb>(false);
 }
Beispiel #3
0
 static PropertyViewControl()
 {
     DefaultStyleKeyHelper.OverrideStyleKey <PropertyViewControl>();
     UIElementUtils.OverrideFocusable <PropertyViewControl>(false);
 }