14 references to Print
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
215appCommand = ApplicationCommands.Print;
PresentationFramework (12)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
184SetMenuProperties(new MenuItem(), dg, ApplicationCommands.Print);
System\Windows\Controls\FlowDocumentReader.cs (4)
1340CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Print, 1411else if (args.Command == ApplicationCommands.Print) 1449else if (args.Command == ApplicationCommands.Print) 1612else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1349CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1420else if (args.Command == ApplicationCommands.Print) 1457else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1469CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), ApplicationCommands.Print, 1495if (args.Command == ApplicationCommands.Print) 1562else if (args.Command == ApplicationCommands.Print)
System\Windows\Input\Command\CommandConverter.cs (1)
348knownCommand = ApplicationCommands.Print;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2152enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Print, RightsManagementPolicy.AllowPrint));