1 write to _cacheTextBoxStyle
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
2236
_cacheTextBoxStyle
= new SystemThemeKey(SystemResourceKeyID.ToolBarTextBoxStyle);
2 references to _cacheTextBoxStyle
PresentationFramework (2)
System\Windows\SystemResourceKey.cs (2)
2234
if (
_cacheTextBoxStyle
== null)
2238
return
_cacheTextBoxStyle
;