1 write to _textBlockComboBoxStyleKey
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
2040
_textBlockComboBoxStyleKey
= new ComponentResourceKey(typeof(DataGrid), "TextBlockComboBoxStyleKey");
2 references to _textBlockComboBoxStyleKey
PresentationFramework (2)
System\Windows\SystemResourceKey.cs (2)
2038
if (
_textBlockComboBoxStyleKey
== null)
2043
return
_textBlockComboBoxStyleKey
;