1 write to _cacheDesktopBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1725
_cacheDesktopBrush
= CreateInstance(SystemResourceKeyID.DesktopBrush);
2 references to _cacheDesktopBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1723
if (
_cacheDesktopBrush
== null)
1728
return
_cacheDesktopBrush
;