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)
1328CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.Print, 1399else if (args.Command == ApplicationCommands.Print) 1437else if (args.Command == ApplicationCommands.Print) 1585else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1334CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.Print, 1405else if (args.Command == ApplicationCommands.Print) 1442else if (args.Command == ApplicationCommands.Print)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1451CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), ApplicationCommands.Print, 1477if (args.Command == ApplicationCommands.Print) 1544else if (args.Command == ApplicationCommands.Print)
System\Windows\Input\Command\CommandConverter.cs (1)
348knownCommand = ApplicationCommands.Print;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2149enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Print, RightsManagementPolicy.AllowPrint));