15 references to XamlTypeMapper
PresentationFramework (15)
System\Windows\Markup\BamlRecordReader.cs (15)
126ParserContext.XamlTypeMapper = XamlTypeMapper;
147XamlTypeMapper.Initialize();
574if (!XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
581XamlTypeMapper.PITable.Add(piMappingRecord.XmlNamespace, mapping);
806XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.AssemblyIds);
1486XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType);
1594TypeConverter converter = XamlTypeMapper.GetTypeConverter(paramInfo.ParameterType);
1783dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext);
3275object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext);
3677XamlTypeMapper.UpdateAttachedPropertySetter(attribInfo);
3956propValue = XamlTypeMapper.ParseProperty(element, propertyType, propertyName, dpOrPi,
4212object resourceNameObject = XamlTypeMapper.GetDictionaryKey(resourceName, ParserContext);
5750_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo);
5768_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo);
5787_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);