4 references to Translate
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (4)
286
string contractName =
Translate
(productImport.ContractName);
287
string requiredTypeIdentity =
Translate
(productImport.RequiredTypeIdentity!);
423
return
Translate
(originalValue);
522
get { return
Translate
(_originalPartCreationInfo.DisplayName); }