3 references to GetValue
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectEventDescriptor.cs (2)
200Delegate? eventdesc = (Delegate?)dict.GetValue(this); 476Delegate? del = (Delegate?)dict.GetValue(this);
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
328IDictionary? dict = ds.GetValue(s_dictionaryKey) as IDictionary;