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