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