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