1 write to _cacheHorizontalScrollBarHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4587
_cacheHorizontalScrollBarHeight
= CreateInstance(SystemResourceKeyID.HorizontalScrollBarHeight);
2 references to _cacheHorizontalScrollBarHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4585
if (
_cacheHorizontalScrollBarHeight
== null)
4590
return
_cacheHorizontalScrollBarHeight
;