1 instantiation of XamlTypeMapper
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4645
return new
XamlTypeMapper
(GetDefaultAssemblyNames(),GetDefaultNamespaceMaps());
54 references to XamlTypeMapper
PresentationBuildTasks (54)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (13)
183
get { return
XamlTypeMapper
.HasInternals; }
386
get { return
XamlTypeMapper
.HasLocalReference; }
1314
_typeMapper =
XamlTypeMapper
.DefaultMapper;
1332
if (
XamlTypeMapper
.AssemblyWB == null)
1336
if (
XamlTypeMapper
.AssemblyPC == null)
1340
if (
XamlTypeMapper
.AssemblyPF == null)
1352
KnownTypes.InitializeKnownTypes(
XamlTypeMapper
.AssemblyPF,
XamlTypeMapper
.AssemblyPC,
XamlTypeMapper
.AssemblyWB);
2477
ns =
XamlTypeMapper
.GeneratedNamespace;
2655
cns.Name =
XamlTypeMapper
.GeneratedNamespace;
2662
ctdClass.Name =
XamlTypeMapper
.GeneratedInternalTypeHelperClassName;
3417
private
XamlTypeMapper
_typeMapper = null;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
557
XamlTypeMapper
.HasInternals = true;
632
XamlTypeMapper
.HasInternals = true;
734
List<ClrNamespaceAssemblyPair> cnap =
XamlTypeMapper
.GetClrNamespacePairFromCache(xamlXmlnsPropertyNode.XmlNamespace);
Framework\System\Windows\Markup\BamlMapTable.cs (6)
90
internal BamlMapTable(
XamlTypeMapper
xamlTypeMapper)
1587
if (
XamlTypeMapper
.AssemblyPF != ownerAsm &&
1588
XamlTypeMapper
.AssemblyPC != ownerAsm &&
1589
XamlTypeMapper
.AssemblyWB != ownerAsm)
1778
internal
XamlTypeMapper
XamlTypeMapper
1836
XamlTypeMapper
_xamlTypeMapper;
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1909
XamlTypeMapper
_xamlTypeMapper;
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
662
XamlTypeMapper
.GetPropertyType(data.Info, out propertyType, out propertyCanWrite);
Framework\System\Windows\Markup\ParserContext.cs (2)
346
public
XamlTypeMapper
XamlTypeMapper
847
private
XamlTypeMapper
_xamlTypeMapper;
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
558
Type propertyType =
XamlTypeMapper
.GetPropertyType(_setterOrTriggerPropertyInfo);
561
_setterOrTriggerValueNode.ValuePropertyName =
XamlTypeMapper
.GetPropertyName(_setterOrTriggerPropertyInfo);
Framework\System\Windows\Markup\TemplateXamlParser.cs (4)
580
Type propertyType =
XamlTypeMapper
.GetPropertyType(_setterOrTriggerPropertyMemberInfo);
583
_setterOrTriggerValueNode.ValuePropertyName =
XamlTypeMapper
.GetPropertyName(_setterOrTriggerPropertyMemberInfo);
1779
_itemContainerTemplateType =
XamlTypeMapper
.AssemblyPF.GetType(_itemContainerTemplateTypeName);
1791
_itemContainerTemplateKeyType =
XamlTypeMapper
.AssemblyPF.GetType(_itemContainerTemplateKeyTypeName);
Framework\System\Windows\Markup\XamlNodes.cs (4)
498
_declaringType =
XamlTypeMapper
.GetDeclaringType(_propertyMember);
515
_validType =
XamlTypeMapper
.GetPropertyType(_propertyMember);
2278
_declaringType =
XamlTypeMapper
.GetDeclaringType(_propertyMember);
2295
_validType =
XamlTypeMapper
.GetPropertyType(_propertyMember);
Framework\System\Windows\Markup\XamlParser.cs (1)
1330
internal
XamlTypeMapper
XamlTypeMapper
Framework\System\Windows\Markup\XamlReaderHelper.cs (12)
261
Type contentPropertyType =
XamlTypeMapper
.GetPropertyType(context.ContentPropertyInfo);
668
CheckDuplicateProperty(CurrentProperties,
XamlTypeMapper
.GetPropertyName(contentPropertyInfo), contentPropertyInfo);
689
CheckDuplicateProperty(CurrentProperties,
XamlTypeMapper
.GetPropertyName(contentPropertyInfo), contentPropertyInfo);
880
Type propType =
XamlTypeMapper
.GetPropertyType(propertyMember);
2311
XamlTypeMapper
.PresentationFrameworkDllName, XmlAttributesFullName, xmlSpace,
3257
propType =
XamlTypeMapper
.GetPropertyType(dynamicObject);
3434
if (baseType.Assembly ==
XamlTypeMapper
.AssemblyPF)
3443
else if (baseType.Assembly ==
XamlTypeMapper
.AssemblyPC)
3701
Type propertyType =
XamlTypeMapper
.GetPropertyType(dynamicObject);
4616
Type propertyDeclaringType =
XamlTypeMapper
.GetDeclaringType(contentPropertyInfo);
4701
Type contentPropertyType =
XamlTypeMapper
.GetPropertyType(CurrentContext.ContentPropertyInfo);
6700
XamlTypeMapper
XamlTypeMapper
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
262
public static
XamlTypeMapper
DefaultMapper
2573
if (assembly ==
XamlTypeMapper
.AssemblyPF ||
2574
assembly ==
XamlTypeMapper
.AssemblyPC ||
2575
assembly ==
XamlTypeMapper
.AssemblyWB)
4641
internal static
XamlTypeMapper
DefaultMapper