1 write to _cacheTextBoxStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
2144
_cacheTextBoxStyle
= new SystemThemeKey(SystemResourceKeyID.ToolBarTextBoxStyle);
2 references to _cacheTextBoxStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceKey.cs (2)
2142
if (
_cacheTextBoxStyle
== null)
2146
return
_cacheTextBoxStyle
;