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