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