1 write to _dpLookupHashtable
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
4004_dpLookupHashtable = new Hashtable();
5 references to _dpLookupHashtable
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
4002if (_dpLookupHashtable == null) 4008return _dpLookupHashtable[dpName] as PropertyAndType; 4021Debug.Assert(_dpLookupHashtable != null, 4025PropertyAndType pAndT = _dpLookupHashtable[dpName] as PropertyAndType; 4028_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);