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