src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (28)
569NamespaceMapEntry[] namespaceMaps = XamlTypeMapper.GetNamespaceMapEntries(parentTypeNamespace);
790Type typeValue = XamlTypeMapper.GetTypeFromBaseString(value,
869XamlTypeMapper.ValidateEnums(propertyName, propType, value);
1335return XamlTypeMapper.GetCachedTrimSurroundingWhitespace(type);
1778XamlTypeMapper.LineNumber = LineNumber;
1779XamlTypeMapper.LinePosition = LinePosition;
1783MemberInfo mi = XamlTypeMapper.GetClrInfoForClass(false,
1794MemberInfo eventMember = (MemberInfo)XamlTypeMapper.GetClrInfoForClass(
1817mi = XamlTypeMapper.GetClrInfoForClass(false,
2370if (!XamlTypeMapper.PITable.Contains(mappingUri))
2384XamlTypeMapper.PITable.Add(mappingUri, usingData);
3082if (XamlTypeMapper.IsLocalAssembly(valueNamespaceURI))
3137key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext);
3228if (propInfo != null && !XamlTypeMapper.IsAllowedPropertySet(propInfo))
3241XamlTypeMapper.ValidateNames(attribValue, lineNumber, linePosition);
3247XamlTypeMapper.ValidateEnums(attribLocalName, propType, attribValue);
3330Type parentType = XamlTypeMapper.GetType(parentTypeNamespace, parentTypeName);
3342BamlAssemblyInfoRecord bairPF = XamlTypeMapper.MapTable.GetAssemblyInfoFromId(-1);
3702XamlTypeMapper.GetTypeAndSerializer(namespaceURI, propertyType.Name, dynamicObject);
3908if (!XamlTypeMapper.IsAllowedPropertySet(pi))
3914if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
4020if (pi != null && !XamlTypeMapper.IsAllowedPropertySet(pi))
4063if (pi != null && !propertyCanWrite && !XamlTypeMapper.IsAllowedPropertyGet(pi))
4067if (pi != null && propertyCanWrite && !XamlTypeMapper.IsAllowedPropertySet(pi))
4600allowed = XamlTypeMapper.IsAllowedPropertyGet(pi);
4604allowed = XamlTypeMapper.IsAllowedPropertySet(pi);
4775Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);
4793Type converterType = XamlTypeMapper.GetTypeConverterType(elementType);