15 references to XamlTypeMapper
PresentationFramework (15)
System\Windows\Markup\BamlRecordReader.cs (15)
132ParserContext.XamlTypeMapper = XamlTypeMapper;
153XamlTypeMapper.Initialize();
583if (!XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
590XamlTypeMapper.PITable.Add(piMappingRecord.XmlNamespace, mapping);
815XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.AssemblyIds);
1495XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
1603TypeConverter converter = XamlTypeMapper.GetTypeConverter(paramInfo.ParameterType);
1792dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext);
3283object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext);
3685XamlTypeMapper.UpdateAttachedPropertySetter(attribInfo);
3965propValue = XamlTypeMapper.ParseProperty(element, propertyType, propertyName, dpOrPi,
4221object resourceNameObject = XamlTypeMapper.GetDictionaryKey(resourceName, ParserContext);
5765_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5783_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5802_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);