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