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