1 write to _cacheWindowFrameColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
893
_cacheWindowFrameColor
= CreateInstance(SystemResourceKeyID.WindowFrameColor);
2 references to _cacheWindowFrameColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
891
if (
_cacheWindowFrameColor
== null)
896
return
_cacheWindowFrameColor
;