1 write to _dpLookupHashtable
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
3996
_dpLookupHashtable
= new Hashtable();
5 references to _dpLookupHashtable
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
3994
if (
_dpLookupHashtable
== null)
4000
return
_dpLookupHashtable
[dpName] as PropertyAndType;
4013
Debug.Assert(
_dpLookupHashtable
!= null,
4017
PropertyAndType pAndT =
_dpLookupHashtable
[dpName] as PropertyAndType;
4020
_dpLookupHashtable
[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);