5 references to Properties
PresentationFramework (2)
MS\Internal\AppModel\OleCmdHelper.cs (1)
195_oleCmdMappingTable.Add((uint)UnsafeNativeMethods.OLECMDID.OLECMDID_PROPERTIES, new CommandWithArgument(ApplicationCommands.Properties));
System\Windows\Input\Command\CommandConverter.cs (1)
362knownCommand = ApplicationCommands.Properties;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1327else if (e.Command.Equals(ApplicationCommands.Properties)) 1386else if (e.Command.Equals(ApplicationCommands.Properties)) 2075BindCommand(ApplicationCommands.Properties, executeHandler, queryEnabledHandler);