7 references to Save
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
217appCommand = ApplicationCommands.Save;
PresentationFramework (2)
MS\Internal\AppModel\OleCmdHelper.cs (1)
189_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_SAVE, new CommandWithArgument(ApplicationCommands.Save));
System\Windows\Input\Command\CommandConverter.cs (1)
344knownCommand = ApplicationCommands.Save;
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
1308if (e.Command.Equals(ApplicationCommands.Save)) 1363if (e.Command.Equals(ApplicationCommands.Save)) 2065BindCommand(ApplicationCommands.Save, executeHandler, queryEnabledHandler); 2162enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Save, RightsManagementPolicy.AllowCopy));