1 write to _cacheControlTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1709
_cacheControlTextBrush
= CreateInstance(SystemResourceKeyID.ControlTextBrush);
2 references to _cacheControlTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1707
if (
_cacheControlTextBrush
== null)
1712
return
_cacheControlTextBrush
;