1 write to _cacheWindowBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1657
_cacheWindowBrush
= CreateInstance(SystemResourceKeyID.WindowBrush);
2 references to _cacheWindowBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1655
if (
_cacheWindowBrush
== null)
1660
return
_cacheWindowBrush
;