1 write to _xamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
40_xamlTypeMapper = _parserContext.XamlTypeMapper;
6 references to _xamlTypeMapper
PresentationFramework (6)
System\Windows\Markup\BamlWriter.cs (6)
99_xamlTypeMapper.GetTypeAndSerializer(namespaceURI, localName, null); 104typeAndSerializer = _xamlTypeMapper.GetTypeAndSerializer(namespaceURI, $"{localName}Extension", null); 208Type serializerType = _xamlTypeMapper.GetXamlSerializerForType(elementType); 381Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(data.Args, 837if (!_xamlTypeMapper.PITable.Contains(xmlNamespace)) 840_xamlTypeMapper.PITable.Add(xmlNamespace, mapping);