7 references to GetTypeOnly
PresentationFramework (7)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (6)
140GetTypeOnly(xmlNamespace,localName); 1354GetTypeOnly(xmlNamespace, globalClassName); 1748GetTypeOnly(xmlNamespace,globalClassName); 1870GetTypeOnly(xmlNamespace, globalClassName); 1898TypeAndSerializer typeAndSerializer = GetTypeOnly(xmlNamespace, localName); 2359TypeAndSerializer tas = GetTypeOnly(namespaceUri, typeName);
src\Framework\System\Windows\PropertyPath.cs (1)
863TypeAndSerializer typeAndSerializer = parserContext.XamlTypeMapper.GetTypeOnly(namespaceURI, name);