4 references to GetTypeFromBaseString
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (1)
1084
Type typeValue = _xamlTypeMapper.
GetTypeFromBaseString
(xamlPropertyNode.Value,
System\Windows\Markup\BamlWriter.cs (1)
394
Type typeValue = _xamlTypeMapper.
GetTypeFromBaseString
(data.Args,
System\Windows\Markup\MarkupExtensionParser.cs (1)
1552
Type typeValue = _parserContext.XamlTypeMapper.
GetTypeFromBaseString
(value,
System\Windows\Markup\ProvideValueServiceProvider.cs (1)
57
return _context.XamlTypeMapper.
GetTypeFromBaseString
(qualifiedTypeName, _context, true);