1 write to _cacheVerticalScrollBarThumbHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4657
_cacheVerticalScrollBarThumbHeight
= CreateInstance(SystemResourceKeyID.VerticalScrollBarThumbHeight);
2 references to _cacheVerticalScrollBarThumbHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4655
if (
_cacheVerticalScrollBarThumbHeight
== null)
4660
return
_cacheVerticalScrollBarThumbHeight
;