7 references to GetTypeOnly
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (6)
130GetTypeOnly(xmlNamespace,localName); 1279GetTypeOnly(xmlNamespace, globalClassName); 1669GetTypeOnly(xmlNamespace,globalClassName); 1790GetTypeOnly(xmlNamespace, globalClassName); 1818TypeAndSerializer typeAndSerializer = GetTypeOnly(xmlNamespace, localName); 2275TypeAndSerializer tas = GetTypeOnly(namespaceUri, typeName);
System\Windows\PropertyPath.cs (1)
863TypeAndSerializer typeAndSerializer = parserContext.XamlTypeMapper.GetTypeOnly(namespaceURI, name);