2 implementations of GetValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (1)
99object? IDictionaryService.GetValue(object key)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.Site.cs (1)
69object? IDictionaryService.GetValue(object key)
9 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)
326IDictionary? dict = ds.GetValue(s_dictionaryKey) as IDictionary;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (2)
110return (string?)ds.GetValue(new ReferenceEventClosure(component, this)); 190string? oldName = (string?)dictionaryService.GetValue(key);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersExtenderProvider.cs (2)
71if (dictionary.GetValue("GenerateMember") is bool value) 97if (dictionary.GetValue("Modifiers") is MemberAttributes value)
System\Windows\Forms\Design\ComponentTray.cs (1)
2038return (TrayControl)ds.GetValue(typeof(TrayControl));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
126object dictionaryValue = dictionaryService.GetValue(s_nextNodeKey);