1 write to _cacheAppWorkspaceColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
495
_cacheAppWorkspaceColor
= CreateInstance(SystemResourceKeyID.AppWorkspaceColor);
2 references to _cacheAppWorkspaceColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
493
if (
_cacheAppWorkspaceColor
== null)
498
return
_cacheAppWorkspaceColor
;