16 references to FirstPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
169NavigationCommands.FirstPage,
System\Windows\Controls\DocumentViewer.cs (3)
1673NavigationCommands.FirstPage, 1800|| args.Command == NavigationCommands.FirstPage) 1920else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1355CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1472else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1359CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1509else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1467CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.FirstPage, 1542else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1276CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home))); 1277CommandManager.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)
1411if (e.Command.Equals(NavigationCommands.FirstPage)) 1437if (e.Command.Equals(NavigationCommands.FirstPage)) 2090BindCommand(NavigationCommands.FirstPage, executeHandler, queryEnabledHandler);