7 references to GetTypeOnly
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (6)
114GetTypeOnly(xmlNamespace,localName); 1264GetTypeOnly(xmlNamespace, globalClassName); 1654GetTypeOnly(xmlNamespace,globalClassName); 1775GetTypeOnly(xmlNamespace, globalClassName); 1803TypeAndSerializer typeAndSerializer = GetTypeOnly(xmlNamespace, localName); 2260TypeAndSerializer tas = GetTypeOnly(namespaceUri, typeName);
System\Windows\PropertyPath.cs (1)
849TypeAndSerializer typeAndSerializer = parserContext.XamlTypeMapper.GetTypeOnly(namespaceURI, name);