14 references to Print
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
214appCommand = ApplicationCommands.Print;
PresentationFramework (12)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
183SetMenuProperties(new MenuItem(), dg, ApplicationCommands.Print);
System\Windows\Controls\FlowDocumentReader.cs (4)
1327CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Print, 1398else if (args.Command == ApplicationCommands.Print) 1436else if (args.Command == ApplicationCommands.Print) 1584else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1333CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1404else if (args.Command == ApplicationCommands.Print) 1441else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1450CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), ApplicationCommands.Print, 1476if (args.Command == ApplicationCommands.Print) 1543else if (args.Command == ApplicationCommands.Print)
System\Windows\Input\Command\CommandConverter.cs (1)
347knownCommand = ApplicationCommands.Print;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2148enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Print, RightsManagementPolicy.AllowPrint));