1 write to _cacheMinimumWindowWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4228
_cacheMinimumWindowWidth
= CreateInstance(SystemResourceKeyID.MinimumWindowWidth);
2 references to _cacheMinimumWindowWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4226
if (
_cacheMinimumWindowWidth
== null)
4231
return
_cacheMinimumWindowWidth
;