1 write to _cacheWindowFrameBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1673
_cacheWindowFrameBrush
= CreateInstance(SystemResourceKeyID.WindowFrameBrush);
2 references to _cacheWindowFrameBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1671
if (
_cacheWindowFrameBrush
== null)
1676
return
_cacheWindowFrameBrush
;