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