1 write to _cacheAppWorkspaceBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1615
_cacheAppWorkspaceBrush
= CreateInstance(SystemResourceKeyID.AppWorkspaceBrush);
2 references to _cacheAppWorkspaceBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1613
if (
_cacheAppWorkspaceBrush
== null)
1618
return
_cacheAppWorkspaceBrush
;