1 write to _cacheVerticalScrollBarThumbHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4644
_cacheVerticalScrollBarThumbHeight
= CreateInstance(SystemResourceKeyID.VerticalScrollBarThumbHeight);
2 references to _cacheVerticalScrollBarThumbHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4642
if (
_cacheVerticalScrollBarThumbHeight
== null)
4647
return
_cacheVerticalScrollBarThumbHeight
;