1 write to _cachePrimaryScreenWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4939
_cachePrimaryScreenWidth
= CreateInstance(SystemResourceKeyID.PrimaryScreenWidth);
2 references to _cachePrimaryScreenWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4937
if (
_cachePrimaryScreenWidth
== null)
4942
return
_cachePrimaryScreenWidth
;