1 write to _cacheVerticalScrollBarWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4561
_cacheVerticalScrollBarWidth
= CreateInstance(SystemResourceKeyID.VerticalScrollBarWidth);
2 references to _cacheVerticalScrollBarWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4559
if (
_cacheVerticalScrollBarWidth
== null)
4564
return
_cacheVerticalScrollBarWidth
;