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