1 write to _cacheMinimizedGridWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4301
_cacheMinimizedGridWidth
= CreateInstance(SystemResourceKeyID.MinimizedGridWidth);
2 references to _cacheMinimizedGridWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4299
if (
_cacheMinimizedGridWidth
== null)
4304
return
_cacheMinimizedGridWidth
;