3 references to ScrollToHorizontalOffsetCommand
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
457command = horizontal ? ScrollToHorizontalOffsetCommand : ScrollToVerticalOffsetCommand;
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2607else if (args.Command == ScrollBar.ScrollToHorizontalOffsetCommand) 2690CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToHorizontalOffsetCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);