3 references to HorizontalScrollBarButtonWidth
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
646
double buttonWidth = buttonWidthResource is double ? (double)buttonWidthResource : SystemParameters.
HorizontalScrollBarButtonWidth
;
src\Framework\System\Windows\SystemParameters.cs (1)
5905
changed |= _horizontalScrollBarButtonWidth !=
HorizontalScrollBarButtonWidth
;
src\Framework\System\Windows\SystemResourceKey.cs (1)
672
return SystemParameters.
HorizontalScrollBarButtonWidth
;