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