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