6 references to SaveAs
PresentationFramework (2)
MS\Internal\AppModel\OleCmdHelper.cs (1)
190_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_SAVEAS, new CommandWithArgument(ApplicationCommands.SaveAs));
System\Windows\Input\Command\CommandConverter.cs (1)
347knownCommand = ApplicationCommands.SaveAs;
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
1321else if (e.Command.Equals(ApplicationCommands.SaveAs)) 1378else if (e.Command.Equals(ApplicationCommands.SaveAs)) 2070BindCommand(ApplicationCommands.SaveAs, executeHandler, queryEnabledHandler); 2163enforcer.AddBinding(new PolicyBinding(ApplicationCommands.SaveAs, RightsManagementPolicy.AllowCopy));