1 write to _cacheWindowBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1999
_cacheWindowBrush
= CreateInstance(SystemResourceKeyID.WindowBrush);
2 references to _cacheWindowBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1997
if (
_cacheWindowBrush
== null)
2002
return
_cacheWindowBrush
;