1 write to _cacheAppWorkspaceBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1273
_cacheAppWorkspaceBrush
= CreateInstance(SystemResourceKeyID.AppWorkspaceBrush);
2 references to _cacheAppWorkspaceBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1271
if (
_cacheAppWorkspaceBrush
== null)
1276
return
_cacheAppWorkspaceBrush
;