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