1 write to _xamlTypeMapper
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
55_xamlTypeMapper = _parserContext.XamlTypeMapper;
6 references to _xamlTypeMapper
PresentationFramework (6)
System\Windows\Markup\BamlWriter.cs (6)
114_xamlTypeMapper.GetTypeAndSerializer(namespaceURI, localName, null); 119typeAndSerializer = _xamlTypeMapper.GetTypeAndSerializer(namespaceURI, $"{localName}Extension", null); 223Type serializerType = _xamlTypeMapper.GetXamlSerializerForType(elementType); 394Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(data.Args, 850if (!_xamlTypeMapper.PITable.Contains(xmlNamespace)) 853_xamlTypeMapper.PITable.Add(xmlNamespace, mapping);