1 implementation of GetValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1201object IDictionaryService.GetValue(object key) {
3 references to GetValue
System (3)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
205Delegate eventdesc = (Delegate)dict.GetValue(this); 464Delegate del = (Delegate)dict.GetValue(this);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
264IDictionary dict = ds.GetValue(_dictionaryKey) as IDictionary;