1 instantiation of PropertyAndType
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
4020
_dpLookupHashtable[dpName] = new
PropertyAndType
(null, dpInfo, false, true, ownerType, isInternal);
5 references to PropertyAndType
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
1914
PropertyAndType
propAndType = typeInfo.GetPropertyAndType(localName);
3992
internal
PropertyAndType
GetPropertyAndType(string dpName)
4000
return _dpLookupHashtable[dpName] as
PropertyAndType
;
4017
PropertyAndType
pAndT = _dpLookupHashtable[dpName] as
PropertyAndType
;