7 references to GetTypeOnly
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (6)
114GetTypeOnly(xmlNamespace,localName); 1261GetTypeOnly(xmlNamespace, globalClassName); 1655GetTypeOnly(xmlNamespace,globalClassName); 1776GetTypeOnly(xmlNamespace, globalClassName); 1804TypeAndSerializer typeAndSerializer = GetTypeOnly(xmlNamespace, localName); 2261TypeAndSerializer tas = GetTypeOnly(namespaceUri, typeName);
System\Windows\PropertyPath.cs (1)
849TypeAndSerializer typeAndSerializer = parserContext.XamlTypeMapper.GetTypeOnly(namespaceURI, name);