3 references to HorizontalScrollBarButtonWidth
PresentationFramework (3)
System\Windows\Controls\Primitives\Track.cs (1)
644
double buttonWidth = buttonWidthResource is double ? (double)buttonWidthResource : SystemParameters.
HorizontalScrollBarButtonWidth
;
System\Windows\SystemParameters.cs (1)
5330
changed |= _horizontalScrollBarButtonWidth !=
HorizontalScrollBarButtonWidth
;
System\Windows\SystemResourceKey.cs (1)
722
return SystemParameters.
HorizontalScrollBarButtonWidth
;