1 write to _cacheMaximizedPrimaryScreenWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4113
_cacheMaximizedPrimaryScreenWidth
= CreateInstance(SystemResourceKeyID.MaximizedPrimaryScreenWidth);
2 references to _cacheMaximizedPrimaryScreenWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4111
if (
_cacheMaximizedPrimaryScreenWidth
== null)
4116
return
_cacheMaximizedPrimaryScreenWidth
;