6 references to ElementStyleProperty
PresentationFramework (6)
System\Windows\Controls\DataGridBoundColumn.cs (2)
119get { return (Style)GetValue(ElementStyleProperty); } 120set { SetValue(ElementStyleProperty, value); }
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
16ElementStyleProperty.OverrideMetadata(typeof(DataGridCheckBoxColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
263DataGridBoundColumn.ElementStyleProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
18ElementStyleProperty.OverrideMetadata(typeof(DataGridHyperlinkColumn), new FrameworkPropertyMetadata(DefaultElementStyle));
System\Windows\Controls\DataGridTextColumn.cs (1)
19ElementStyleProperty.OverrideMetadata(typeof(DataGridTextColumn), new FrameworkPropertyMetadata(DefaultElementStyle));