1 write to _cacheControlTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1708
_cacheControlTextBrush
= CreateInstance(SystemResourceKeyID.ControlTextBrush);
2 references to _cacheControlTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1706
if (
_cacheControlTextBrush
== null)
1711
return
_cacheControlTextBrush
;