1 write to _cacheWindowFrameBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2015
_cacheWindowFrameBrush
= CreateInstance(SystemResourceKeyID.WindowFrameBrush);
2 references to _cacheWindowFrameBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2013
if (
_cacheWindowFrameBrush
== null)
2018
return
_cacheWindowFrameBrush
;