2 references to ScrollToHomeCommand
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2587else if (args.Command == ScrollBar.ScrollToHomeCommand) 2687CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToHomeCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);