15 references to XamlTypeMapper
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (15)
150ParserContext.XamlTypeMapper = XamlTypeMapper; 171XamlTypeMapper.Initialize(); 606if (!XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 613XamlTypeMapper.PITable.Add(piMappingRecord.XmlNamespace, mapping); 844XamlTypeMapper.SetUriToAssemblyNameMapping(xmlnsRecord.XmlNamespace, xmlnsRecord.AssemblyIds); 1529XamlTypeMapper.ConstructorData data = XamlTypeMapper.GetConstructors(elementType); 1639TypeConverter converter = XamlTypeMapper.GetTypeConverter(paramInfo.ParameterType); 1832dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 3327object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext); 3731XamlTypeMapper.UpdateAttachedPropertySetter(attribInfo); 4013propValue = XamlTypeMapper.ParseProperty(element, propertyType, propertyName, dpOrPi, 4272object resourceNameObject = XamlTypeMapper.GetDictionaryKey(resourceName, ParserContext); 5842_reader.XamlTypeMapper.UpdateClrPropertyInfo(currentParentType, _attributeInfo); 5860_reader.XamlTypeMapper.UpdateAttachedPropertyGetter(_attributeInfo); 5880_reader.XamlTypeMapper.UpdateAttachedPropertySetter(_attributeInfo);