1 write to _dpLookupHashtable
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4223
_dpLookupHashtable
= new Hashtable();
5 references to _dpLookupHashtable
PresentationBuildTasks (5)
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
4221
if (
_dpLookupHashtable
== null)
4227
return
_dpLookupHashtable
[dpName] as PropertyAndType;
4240
Debug.Assert(
_dpLookupHashtable
!= null,
4244
PropertyAndType pAndT =
_dpLookupHashtable
[dpName] as PropertyAndType;
4247
_dpLookupHashtable
[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);