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