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)
1907
PropertyAndType
propAndType = typeInfo.GetPropertyAndType(localName);
3985
internal
PropertyAndType
GetPropertyAndType(string dpName)
3993
return _dpLookupHashtable[dpName] as
PropertyAndType
;
4010
if (_dpLookupHashtable[dpName] is not
PropertyAndType
pAndT)