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