16 references to FirstPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
177NavigationCommands.FirstPage,
System\Windows\Controls\DocumentViewer.cs (3)
1685NavigationCommands.FirstPage, 1812|| args.Command == NavigationCommands.FirstPage) 1932else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1360CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1477else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1362CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1512else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1472CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.FirstPage, 1547else if (args.Command == NavigationCommands.FirstPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1279CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home))); 1280CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
292knownCommand = NavigationCommands.FirstPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1418if (e.Command.Equals(NavigationCommands.FirstPage)) 1444if (e.Command.Equals(NavigationCommands.FirstPage)) 2097BindCommand(NavigationCommands.FirstPage, executeHandler, queryEnabledHandler);