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