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)
2002
PropertyAndType
propAndType = typeInfo.GetPropertyAndType(localName);
4219
internal
PropertyAndType
GetPropertyAndType(string dpName)
4227
return _dpLookupHashtable[dpName] as
PropertyAndType
;
4244
PropertyAndType
pAndT = _dpLookupHashtable[dpName] as
PropertyAndType
;