1 write to _xamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
41_xamlTypeMapper = _parserContext.XamlTypeMapper;
6 references to _xamlTypeMapper
PresentationFramework (6)
System\Windows\Markup\BamlWriter.cs (6)
100_xamlTypeMapper.GetTypeAndSerializer(namespaceURI, localName, null); 105typeAndSerializer = _xamlTypeMapper.GetTypeAndSerializer(namespaceURI, $"{localName}Extension", null); 209Type serializerType = _xamlTypeMapper.GetXamlSerializerForType(elementType); 380Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(data.Args, 836if (!_xamlTypeMapper.PITable.Contains(xmlNamespace)) 839_xamlTypeMapper.PITable.Add(xmlNamespace, mapping);