src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (28)
568NamespaceMapEntry[] namespaceMaps = XamlTypeMapper.GetNamespaceMapEntries(parentTypeNamespace);
789Type typeValue = XamlTypeMapper.GetTypeFromBaseString(value,
868XamlTypeMapper.ValidateEnums(propertyName, propType, value);
1334return XamlTypeMapper.GetCachedTrimSurroundingWhitespace(type);
1777XamlTypeMapper.LineNumber = LineNumber;
1778XamlTypeMapper.LinePosition = LinePosition;
1782MemberInfo mi = XamlTypeMapper.GetClrInfoForClass(false,
1793MemberInfo eventMember = (MemberInfo)XamlTypeMapper.GetClrInfoForClass(
1816mi = XamlTypeMapper.GetClrInfoForClass(false,
2369if (!XamlTypeMapper.PITable.Contains(mappingUri))
2383XamlTypeMapper.PITable.Add(mappingUri, usingData);
3081if (XamlTypeMapper.IsLocalAssembly(valueNamespaceURI))
3136key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext);
3227if (propInfo != null && !XamlTypeMapper.IsAllowedPropertySet(propInfo))
3240XamlTypeMapper.ValidateNames(attribValue, lineNumber, linePosition);
3246XamlTypeMapper.ValidateEnums(attribLocalName, propType, attribValue);
3329Type parentType = XamlTypeMapper.GetType(parentTypeNamespace, parentTypeName);
3341BamlAssemblyInfoRecord bairPF = XamlTypeMapper.MapTable.GetAssemblyInfoFromId(-1);
3701XamlTypeMapper.GetTypeAndSerializer(namespaceURI, propertyType.Name, dynamicObject);
3907if (!XamlTypeMapper.IsAllowedPropertySet(pi))
3913if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
4019if (pi != null && !XamlTypeMapper.IsAllowedPropertySet(pi))
4062if (pi != null && !propertyCanWrite && !XamlTypeMapper.IsAllowedPropertyGet(pi))
4066if (pi != null && propertyCanWrite && !XamlTypeMapper.IsAllowedPropertySet(pi))
4598allowed = XamlTypeMapper.IsAllowedPropertyGet(pi);
4602allowed = XamlTypeMapper.IsAllowedPropertySet(pi);
4773Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);
4791Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);