1 write to _cacheIconHorizontalSpacing
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
569
_cacheIconHorizontalSpacing
= CreateInstance(SystemResourceKeyID.IconHorizontalSpacing);
2 references to _cacheIconHorizontalSpacing
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
567
if (
_cacheIconHorizontalSpacing
== null)
572
return
_cacheIconHorizontalSpacing
;