13 references to CancelPrint
PresentationFramework (13)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
1354CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), ApplicationCommands.CancelPrint, 1425else if (args.Command == ApplicationCommands.CancelPrint) 1436args.CanExecute = (args.Command == ApplicationCommands.CancelPrint); 1463else if (args.Command == ApplicationCommands.CancelPrint)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1358CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), ApplicationCommands.CancelPrint, 1429else if (args.Command == ApplicationCommands.CancelPrint) 1440args.CanExecute = (args.Command == ApplicationCommands.CancelPrint); 1466else if (args.Command == ApplicationCommands.CancelPrint)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (3)
1500CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), ApplicationCommands.CancelPrint, 1527else if (args.Command == ApplicationCommands.CancelPrint) 1595else if (args.Command == ApplicationCommands.CancelPrint)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1360if (args.Command != ApplicationCommands.CancelPrint)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
367knownCommand = ApplicationCommands.CancelPrint;