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