1 write to _cacheControlBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1631
_cacheControlBrush
= CreateInstance(SystemResourceKeyID.ControlBrush);
2 references to _cacheControlBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1629
if (
_cacheControlBrush
== null)
1634
return
_cacheControlBrush
;