4 references to Translate
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (4)
292
string contractName =
Translate
(productImport.ContractName);
293
string requiredTypeIdentity =
Translate
(productImport.RequiredTypeIdentity!);
429
return
Translate
(originalValue);
528
get { return
Translate
(_originalPartCreationInfo.DisplayName); }