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