1 write to _cacheMinimizedWindowWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4260
_cacheMinimizedWindowWidth
= CreateInstance(SystemResourceKeyID.MinimizedWindowWidth);
2 references to _cacheMinimizedWindowWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4258
if (
_cacheMinimizedWindowWidth
== null)
4263
return
_cacheMinimizedWindowWidth
;