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