1 write to _cacheVerticalScrollBarWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5131
_cacheVerticalScrollBarWidth
= CreateInstance(SystemResourceKeyID.VerticalScrollBarWidth);
2 references to _cacheVerticalScrollBarWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5129
if (
_cacheVerticalScrollBarWidth
== null)
5134
return
_cacheVerticalScrollBarWidth
;