src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (28)
565NamespaceMapEntry[] namespaceMaps = XamlTypeMapper.GetNamespaceMapEntries(parentTypeNamespace);
786Type typeValue = XamlTypeMapper.GetTypeFromBaseString(value,
865XamlTypeMapper.ValidateEnums(propertyName, propType, value);
1331return XamlTypeMapper.GetCachedTrimSurroundingWhitespace(type);
1774XamlTypeMapper.LineNumber = LineNumber;
1775XamlTypeMapper.LinePosition = LinePosition;
1779MemberInfo mi = XamlTypeMapper.GetClrInfoForClass(false,
1790MemberInfo eventMember = (MemberInfo)XamlTypeMapper.GetClrInfoForClass(
1813mi = XamlTypeMapper.GetClrInfoForClass(false,
2366if (!XamlTypeMapper.PITable.Contains(mappingUri))
2380XamlTypeMapper.PITable.Add(mappingUri, usingData);
3078if (XamlTypeMapper.IsLocalAssembly(valueNamespaceURI))
3133key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext);
3224if (propInfo != null && !XamlTypeMapper.IsAllowedPropertySet(propInfo))
3237XamlTypeMapper.ValidateNames(attribValue, lineNumber, linePosition);
3243XamlTypeMapper.ValidateEnums(attribLocalName, propType, attribValue);
3326Type parentType = XamlTypeMapper.GetType(parentTypeNamespace, parentTypeName);
3338BamlAssemblyInfoRecord bairPF = XamlTypeMapper.MapTable.GetAssemblyInfoFromId(-1);
3698XamlTypeMapper.GetTypeAndSerializer(namespaceURI, propertyType.Name, dynamicObject);
3904if (!XamlTypeMapper.IsAllowedPropertySet(pi))
3910if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
4016if (pi != null && !XamlTypeMapper.IsAllowedPropertySet(pi))
4059if (pi != null && !propertyCanWrite && !XamlTypeMapper.IsAllowedPropertyGet(pi))
4063if (pi != null && propertyCanWrite && !XamlTypeMapper.IsAllowedPropertySet(pi))
4595allowed = XamlTypeMapper.IsAllowedPropertyGet(pi);
4599allowed = XamlTypeMapper.IsAllowedPropertySet(pi);
4770Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);
4788Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);