4 references to GetTypeFromBaseString
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1093Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(xamlPropertyNode.Value,
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
406Type typeValue = _xamlTypeMapper.GetTypeFromBaseString(data.Args,
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1569Type typeValue = _parserContext.XamlTypeMapper.GetTypeFromBaseString(value,
src\Framework\System\Windows\Markup\ProvideValueServiceProvider.cs (1)
56return _context.XamlTypeMapper.GetTypeFromBaseString(qualifiedTypeName, _context, true);