1 write to _cacheControlLightBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1337
_cacheControlLightBrush
= CreateInstance(SystemResourceKeyID.ControlLightBrush);
2 references to _cacheControlLightBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1335
if (
_cacheControlLightBrush
== null)
1340
return
_cacheControlLightBrush
;