Пример #1
0
 private string GetXamlTypeName(XamlType type)
 {
     return(XamlBuildTaskServices.GetTypeName(type, this.localAssemblyName, this.realAssemblyName));
 }