1 write to _cacheMinimizedGridWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4305
_cacheMinimizedGridWidth
= CreateInstance(SystemResourceKeyID.MinimizedGridWidth);
2 references to _cacheMinimizedGridWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4303
if (
_cacheMinimizedGridWidth
== null)
4308
return
_cacheMinimizedGridWidth
;