6 references to ElementStyleProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGridBoundColumn.cs (2)
127get { return (Style)GetValue(ElementStyleProperty); } 128set { SetValue(ElementStyleProperty, value); }
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
22ElementStyleProperty.OverrideMetadata(typeof(DataGridCheckBoxColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
269DataGridBoundColumn.ElementStyleProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
26ElementStyleProperty.OverrideMetadata(typeof(DataGridHyperlinkColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
24ElementStyleProperty.OverrideMetadata(typeof(DataGridTextColumn), new FrameworkPropertyMetadata(DefaultElementStyle));