1 write to _cacheAppWorkspaceColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
413
_cacheAppWorkspaceColor
= CreateInstance(SystemResourceKeyID.AppWorkspaceColor);
2 references to _cacheAppWorkspaceColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
411
if (
_cacheAppWorkspaceColor
== null)
416
return
_cacheAppWorkspaceColor
;