1 write to _cacheMinimumWindowWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4811
_cacheMinimumWindowWidth
= CreateInstance(SystemResourceKeyID.MinimumWindowWidth);
2 references to _cacheMinimumWindowWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4809
if (
_cacheMinimumWindowWidth
== null)
4814
return
_cacheMinimumWindowWidth
;