15 references to Print
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
220appCommand = ApplicationCommands.Print;
PresentationFramework (13)
MS\Internal\AppModel\OleCmdHelper.cs (1)
191_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PRINT, new CommandWithArgument(ApplicationCommands.Print));
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
190SetMenuProperties(new MenuItem(), dg, ApplicationCommands.Print);
System\Windows\Controls\FlowDocumentReader.cs (4)
1344CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Print, 1415else if (args.Command == ApplicationCommands.Print) 1453else if (args.Command == ApplicationCommands.Print) 1616else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1346CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1417else if (args.Command == ApplicationCommands.Print) 1454else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1484CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), ApplicationCommands.Print, 1510if (args.Command == ApplicationCommands.Print) 1579else if (args.Command == ApplicationCommands.Print)
System\Windows\Input\Command\CommandConverter.cs (1)
353knownCommand = ApplicationCommands.Print;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2156enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Print, RightsManagementPolicy.AllowPrint));