1 write to _cacheMaximizedPrimaryScreenWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4099
_cacheMaximizedPrimaryScreenWidth
= CreateInstance(SystemResourceKeyID.MaximizedPrimaryScreenWidth);
2 references to _cacheMaximizedPrimaryScreenWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4097
if (
_cacheMaximizedPrimaryScreenWidth
== null)
4102
return
_cacheMaximizedPrimaryScreenWidth
;