1 write to _defaultElementStyle
PresentationFramework (1)
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
234
_defaultElementStyle
= style;
2 references to _defaultElementStyle
PresentationFramework (2)
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
226
if (
_defaultElementStyle
== null)
237
return
_defaultElementStyle
;