1 write to _cacheVerticalScrollBarThumbHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4653
_cacheVerticalScrollBarThumbHeight
= CreateInstance(SystemResourceKeyID.VerticalScrollBarThumbHeight);
2 references to _cacheVerticalScrollBarThumbHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4651
if (
_cacheVerticalScrollBarThumbHeight
== null)
4656
return
_cacheVerticalScrollBarThumbHeight
;