1 write to _cacheIconVerticalSpacing
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
585
_cacheIconVerticalSpacing
= CreateInstance(SystemResourceKeyID.IconVerticalSpacing);
2 references to _cacheIconVerticalSpacing
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
583
if (
_cacheIconVerticalSpacing
== null)
588
return
_cacheIconVerticalSpacing
;