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