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);
105
typeAndSerializer =
_xamlTypeMapper
.GetTypeAndSerializer(namespaceURI, $"{localName}Extension", null);
209
Type serializerType =
_xamlTypeMapper
.GetXamlSerializerForType(elementType);
380
Type typeValue =
_xamlTypeMapper
.GetTypeFromBaseString(data.Args,
836
if (!
_xamlTypeMapper
.PITable.Contains(xmlNamespace))
839
_xamlTypeMapper
.PITable.Add(xmlNamespace, mapping);