src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (28)
579NamespaceMapEntry[] namespaceMaps = XamlTypeMapper.GetNamespaceMapEntries(parentTypeNamespace);
800Type typeValue = XamlTypeMapper.GetTypeFromBaseString(value,
879XamlTypeMapper.ValidateEnums(propertyName, propType, value);
1345return XamlTypeMapper.GetCachedTrimSurroundingWhitespace(type);
1789XamlTypeMapper.LineNumber = LineNumber;
1790XamlTypeMapper.LinePosition = LinePosition;
1794MemberInfo mi = XamlTypeMapper.GetClrInfoForClass(false,
1805MemberInfo eventMember = (MemberInfo)XamlTypeMapper.GetClrInfoForClass(
1828mi = XamlTypeMapper.GetClrInfoForClass(false,
2377if (!XamlTypeMapper.PITable.Contains(mappingUri))
2391XamlTypeMapper.PITable.Add(mappingUri, usingData);
3086if (XamlTypeMapper.IsLocalAssembly(valueNamespaceURI))
3142key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext);
3234if (propInfo != null && !XamlTypeMapper.IsAllowedPropertySet(propInfo))
3247XamlTypeMapper.ValidateNames(attribValue, lineNumber, linePosition);
3253XamlTypeMapper.ValidateEnums(attribLocalName, propType, attribValue);
3336Type parentType = XamlTypeMapper.GetType(parentTypeNamespace, parentTypeName);
3348BamlAssemblyInfoRecord bairPF = XamlTypeMapper.MapTable.GetAssemblyInfoFromId(-1);
3708XamlTypeMapper.GetTypeAndSerializer(namespaceURI, propertyType.Name, dynamicObject);
3914if (!XamlTypeMapper.IsAllowedPropertySet(pi))
3920if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
4027if (pi != null && !XamlTypeMapper.IsAllowedPropertySet(pi))
4070if (pi != null && !propertyCanWrite && !XamlTypeMapper.IsAllowedPropertyGet(pi))
4074if (pi != null && propertyCanWrite && !XamlTypeMapper.IsAllowedPropertySet(pi))
4605allowed = XamlTypeMapper.IsAllowedPropertyGet(pi);
4609allowed = XamlTypeMapper.IsAllowedPropertySet(pi);
4780Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);
4798Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);