1 write to _cacheControlDarkBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1305
_cacheControlDarkBrush
= CreateInstance(SystemResourceKeyID.ControlDarkBrush);
2 references to _cacheControlDarkBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1303
if (
_cacheControlDarkBrush
== null)
1308
return
_cacheControlDarkBrush
;