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