1 implementation of SetValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1213void IDictionaryService.SetValue(object key, object value) {
4 references to SetValue
System (3)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
207dict.SetValue(this, eventdesc); 466dict.SetValue(this, del);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
268ds.SetValue(_dictionaryKey, dict);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
157ds.SetValue(typeof(CommandID), new CommandID(new Guid("5f1c3c8d-60f1-4b98-b85b-8679f97e8eac"), 0));