1 write to _cacheControlDarkDarkBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1661
_cacheControlDarkDarkBrush
= CreateInstance(SystemResourceKeyID.ControlDarkDarkBrush);
2 references to _cacheControlDarkDarkBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1659
if (
_cacheControlDarkDarkBrush
== null)
1664
return
_cacheControlDarkDarkBrush
;