1 write to _cacheWindowFrameColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
892
_cacheWindowFrameColor
= CreateInstance(SystemResourceKeyID.WindowFrameColor);
2 references to _cacheWindowFrameColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
890
if (
_cacheWindowFrameColor
== null)
895
return
_cacheWindowFrameColor
;