1 write to _cacheControlBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1289
_cacheControlBrush
= CreateInstance(SystemResourceKeyID.ControlBrush);
2 references to _cacheControlBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1287
if (
_cacheControlBrush
== null)
1292
return
_cacheControlBrush
;