1 write to _cacheControlDarkBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1647
_cacheControlDarkBrush
= CreateInstance(SystemResourceKeyID.ControlDarkBrush);
2 references to _cacheControlDarkBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1645
if (
_cacheControlDarkBrush
== null)
1650
return
_cacheControlDarkBrush
;