7 references to GetTypeFromBaseString
PresentationBuildTasks (7)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1093
Type typeValue = _xamlTypeMapper.
GetTypeFromBaseString
(xamlPropertyNode.Value,
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1569
Type typeValue = _parserContext.XamlTypeMapper.
GetTypeFromBaseString
(value,
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
421
targetType = XamlTypeMapper.
GetTypeFromBaseString
(target, ParserContext, false);
425
targetType = XamlTypeMapper.
GetTypeFromBaseString
(_styleTargetTypeString, ParserContext, false);
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
469
targetType = XamlTypeMapper.
GetTypeFromBaseString
(target, ParserContext, false);
1292
_templateTargetTypeType = XamlTypeMapper.
GetTypeFromBaseString
(xamlTextNode.Text,
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
802
Type typeValue = XamlTypeMapper.
GetTypeFromBaseString
(value,