16 references to FirstPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
171NavigationCommands.FirstPage,
System\Windows\Controls\DocumentViewer.cs (3)
1619NavigationCommands.FirstPage, 1752|| args.Command == NavigationCommands.FirstPage) 1872else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1344CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1461else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1350CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1482else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1439CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.FirstPage, 1514else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1278CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home))); 1279CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
287knownCommand = NavigationCommands.FirstPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1422if (e.Command.Equals(NavigationCommands.FirstPage)) 1448if (e.Command.Equals(NavigationCommands.FirstPage)) 2090BindCommand(NavigationCommands.FirstPage, executeHandler, queryEnabledHandler);