1 write to _cacheVerticalScrollBarThumbHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5227
_cacheVerticalScrollBarThumbHeight
= CreateInstance(SystemResourceKeyID.VerticalScrollBarThumbHeight);
2 references to _cacheVerticalScrollBarThumbHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5225
if (
_cacheVerticalScrollBarThumbHeight
== null)
5230
return
_cacheVerticalScrollBarThumbHeight
;