1 instantiation of ReflectedTypeData
System (1)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
842td = new ReflectedTypeData(type);
17 references to ReflectedTypeData
System (17)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (17)
249ReflectedTypeData td = GetTypeData(type, true); 282ReflectedTypeData td = GetTypeData(type, true); 291ReflectedTypeData td = GetTypeData(type, true); 302ReflectedTypeData td = GetTypeData(type, true); 312ReflectedTypeData td = GetTypeData(type, true); 321ReflectedTypeData td = GetTypeData(type, true); 330ReflectedTypeData td = GetTypeData(type, true); 395ReflectedTypeData td = GetTypeData(type, true); 783ReflectedTypeData typeData = (ReflectedTypeData)de.Value; 798ReflectedTypeData td = GetTypeData(type, true); 825private ReflectedTypeData GetTypeData(Type type, bool createIfNeeded) { 827ReflectedTypeData td = null; 830td = (ReflectedTypeData)_typeData[type]; 838td = (ReflectedTypeData)_typeData[type]; 902ReflectedTypeData td = GetTypeData(type, false); 1303ReflectedTypeData td = GetTypeData(type, false);