1 write to _cacheMinimumWindowWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4227
_cacheMinimumWindowWidth
= CreateInstance(SystemResourceKeyID.MinimumWindowWidth);
2 references to _cacheMinimumWindowWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4225
if (
_cacheMinimumWindowWidth
== null)
4230
return
_cacheMinimumWindowWidth
;