1 write to _cacheVerticalScrollBarWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4548
_cacheVerticalScrollBarWidth
= CreateInstance(SystemResourceKeyID.VerticalScrollBarWidth);
2 references to _cacheVerticalScrollBarWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4546
if (
_cacheVerticalScrollBarWidth
== null)
4551
return
_cacheVerticalScrollBarWidth
;