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); 131typeAndSerializer = _xamlTypeMapper.GetTypeAndSerializer(namespaceURI, localName + "Extension", null); 235Type serializerType = _xamlTypeMapper.GetXamlSerializerForType(elementType); 406Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(data.Args, 862if (!_xamlTypeMapper.PITable.Contains(xmlNamespace)) 865_xamlTypeMapper.PITable.Add(xmlNamespace, mapping);