1 write to _cacheVerticalScrollBarWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4547
_cacheVerticalScrollBarWidth
= CreateInstance(SystemResourceKeyID.VerticalScrollBarWidth);
2 references to _cacheVerticalScrollBarWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4545
if (
_cacheVerticalScrollBarWidth
== null)
4550
return
_cacheVerticalScrollBarWidth
;