13 references to FirstPage
PresentationFramework (13)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
209NavigationCommands.FirstPage,
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1710NavigationCommands.FirstPage, 1845|| args.Command == NavigationCommands.FirstPage) 1966else if (args.Command == NavigationCommands.FirstPage)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1366CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.FirstPage, 1483else if (args.Command == NavigationCommands.FirstPage)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1370CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.FirstPage, 1520else if (args.Command == NavigationCommands.FirstPage)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1484CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.FirstPage, 1559else if (args.Command == NavigationCommands.FirstPage)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1286CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home))); 1287CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.FirstPage, new KeyGesture(Key.Home, ModifierKeys.Control)));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
302knownCommand = NavigationCommands.FirstPage;