15 references to XamlTypeMapper
PresentationFramework (15)
System\Windows\Markup\BamlRecordReader.cs (15)
141ParserContext.XamlTypeMapper = XamlTypeMapper;
162XamlTypeMapper.Initialize();
592if (!XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
599XamlTypeMapper.PITable.Add(piMappingRecord.XmlNamespace, mapping);
824XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.AssemblyIds);
1504XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
1612TypeConverter converter = XamlTypeMapper.GetTypeConverter(paramInfo.ParameterType);
1801dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext);
3292object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext);
3694XamlTypeMapper.UpdateAttachedPropertySetter(attribInfo);
3974propValue = XamlTypeMapper.ParseProperty(element, propertyType, propertyName, dpOrPi,
4230object resourceNameObject = XamlTypeMapper.GetDictionaryKey(resourceName, ParserContext);
5774_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5792_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5811_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);