1 instantiation of PropertyAndType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4247_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);
5 references to PropertyAndType
PresentationBuildTasks (5)
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
2002PropertyAndType propAndType = typeInfo.GetPropertyAndType(localName); 4219internal PropertyAndType GetPropertyAndType(string dpName) 4227return _dpLookupHashtable[dpName] as PropertyAndType; 4244PropertyAndType pAndT = _dpLookupHashtable[dpName] as PropertyAndType;