6 references to Save
PresentationCore (1)
System\Windows\Input\Command\CommandDevice.cs (1)
212appCommand = ApplicationCommands.Save;
PresentationFramework (1)
System\Windows\Input\Command\CommandConverter.cs (1)
339knownCommand = ApplicationCommands.Save;
PresentationUI (4)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (4)
1315if (e.Command.Equals(ApplicationCommands.Save)) 1370if (e.Command.Equals(ApplicationCommands.Save)) 2061BindCommand(ApplicationCommands.Save, executeHandler, queryEnabledHandler); 2158enforcer.AddBinding(new PolicyBinding(ApplicationCommands.Save, RightsManagementPolicy.AllowCopy));