1 instantiation of PropertyAndType
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
4012_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);
4 references to PropertyAndType
PresentationFramework (4)
System\Windows\Markup\XamlTypeMapper.cs (4)
1907PropertyAndType propAndType = typeInfo.GetPropertyAndType(localName); 3985internal PropertyAndType GetPropertyAndType(string dpName) 3993return _dpLookupHashtable[dpName] as PropertyAndType; 4010if (_dpLookupHashtable[dpName] is not PropertyAndType pAndT)