1 write to _cacheHorizontalScrollBarHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4017
_cacheHorizontalScrollBarHeight
= CreateInstance(SystemResourceKeyID.HorizontalScrollBarHeight);
2 references to _cacheHorizontalScrollBarHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4015
if (
_cacheHorizontalScrollBarHeight
== null)
4020
return
_cacheHorizontalScrollBarHeight
;