1 write to _cacheIconVerticalSpacing
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
535
_cacheIconVerticalSpacing
= CreateInstance(SystemResourceKeyID.IconVerticalSpacing);
2 references to _cacheIconVerticalSpacing
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
533
if (
_cacheIconVerticalSpacing
== null)
538
return
_cacheIconVerticalSpacing
;