1 write to _defaultElementStyle
PresentationFramework (1)
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
230
_defaultElementStyle
= style;
2 references to _defaultElementStyle
PresentationFramework (2)
System\Windows\Controls\DataGridComboBoxColumn.cs (2)
222
if (
_defaultElementStyle
== null)
233
return
_defaultElementStyle
;