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)
4221if (_dpLookupHashtable == null) 4227return _dpLookupHashtable[dpName] as PropertyAndType; 4240Debug.Assert(_dpLookupHashtable != null, 4244PropertyAndType pAndT = _dpLookupHashtable[dpName] as PropertyAndType; 4247_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);