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