1 write to _cacheMinimizedWindowWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4273
_cacheMinimizedWindowWidth
= CreateInstance(SystemResourceKeyID.MinimizedWindowWidth);
2 references to _cacheMinimizedWindowWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4271
if (
_cacheMinimizedWindowWidth
== null)
4276
return
_cacheMinimizedWindowWidth
;