1 write to _xamlTypeMapper
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
67
_xamlTypeMapper
= _parserContext.XamlTypeMapper;
6 references to _xamlTypeMapper
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlWriter.cs (6)
126
_xamlTypeMapper
.GetTypeAndSerializer(namespaceURI, localName, null);
131
typeAndSerializer =
_xamlTypeMapper
.GetTypeAndSerializer(namespaceURI, localName + "Extension", null);
235
Type serializerType =
_xamlTypeMapper
.GetXamlSerializerForType(elementType);
406
Type typeValue =
_xamlTypeMapper
.GetTypeFromBaseString(data.Args,
862
if (!
_xamlTypeMapper
.PITable.Contains(xmlNamespace))
865
_xamlTypeMapper
.PITable.Add(xmlNamespace, mapping);