16 references to FirstPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
170NavigationCommands.FirstPage,
System\Windows\Controls\DocumentViewer.cs (3)
1618NavigationCommands.FirstPage, 1751|| args.Command == NavigationCommands.FirstPage) 1871else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1343CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1460else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1349CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1481else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1438CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.FirstPage, 1513else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1277CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home))); 1278CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
286knownCommand = NavigationCommands.FirstPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1421if (e.Command.Equals(NavigationCommands.FirstPage)) 1447if (e.Command.Equals(NavigationCommands.FirstPage)) 2089BindCommand(NavigationCommands.FirstPage, executeHandler, queryEnabledHandler);