1 write to _cacheMinimizedGridWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4875
_cacheMinimizedGridWidth
= CreateInstance(SystemResourceKeyID.MinimizedGridWidth);
2 references to _cacheMinimizedGridWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4873
if (
_cacheMinimizedGridWidth
== null)
4878
return
_cacheMinimizedGridWidth
;