1 write to _cacheControlTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1369
_cacheControlTextBrush
= CreateInstance(SystemResourceKeyID.ControlTextBrush);
2 references to _cacheControlTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1367
if (
_cacheControlTextBrush
== null)
1372
return
_cacheControlTextBrush
;