6 references to Name
PresentationFramework (6)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
215menuItem.Name = $"ViewerContextMenu_{command.Name}"; // does not require localization
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (1)
42string commandName = command.Name;
System\Windows\Input\Command\CommandConverter.cs (1)
181return command.Name;
System\Windows\Input\Command\CommandValueSerializer.cs (3)
34string localName = $"{command.Name}Command"; 67return command.Name; 85return $"{typeSerializer.ConvertToString(command.OwnerType, context)}.{command.Name}Command";