1 write to _cacheHorizontalScrollBarThumbWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4029
_cacheHorizontalScrollBarThumbWidth
= CreateInstance(SystemResourceKeyID.HorizontalScrollBarThumbWidth);
2 references to _cacheHorizontalScrollBarThumbWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4027
if (
_cacheHorizontalScrollBarThumbWidth
== null)
4032
return
_cacheHorizontalScrollBarThumbWidth
;