2 references to ElementStyleProperty
PresentationFramework (2)
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
255get { return (Style)GetValue(ElementStyleProperty); } 256set { SetValue(ElementStyleProperty, value); }