7 references to GetTypeOnly
PresentationBuildTasks (7)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
287typeAndSerializer = XamlTypeMapper.GetTypeOnly(xamlUnknownAttributeNode.XmlNamespace,
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
296TypeAndSerializer typeAndSerializer = XamlTypeMapper.GetTypeOnly(xamlUnknownAttributeNode.XmlNamespace,
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
332TypeAndSerializer typeAndSerializer = XamlTypeMapper.GetTypeOnly(xamlUnknownAttributeNode.XmlNamespace,
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
140GetTypeOnly(xmlNamespace,localName); 1354GetTypeOnly(xmlNamespace, globalClassName); 1898TypeAndSerializer typeAndSerializer = GetTypeOnly(xmlNamespace, localName); 2359TypeAndSerializer tas = GetTypeOnly(namespaceUri, typeName);