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