2 implementations of GetValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (1)
99
object? IDictionaryService.
GetValue
(object key)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.Site.cs (1)
69
object? IDictionaryService.
GetValue
(object key)
9 references to GetValue
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectEventDescriptor.cs (2)
200
Delegate? eventdesc = (Delegate?)dict.
GetValue
(this);
476
Delegate? del = (Delegate?)dict.
GetValue
(this);
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
326
IDictionary? dict = ds.
GetValue
(s_dictionaryKey) as IDictionary;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (2)
110
return (string?)ds.
GetValue
(new ReferenceEventClosure(component, this));
190
string? oldName = (string?)dictionaryService.
GetValue
(key);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifiersExtenderProvider.cs (2)
71
if (dictionary.
GetValue
("GenerateMember") is bool value)
97
if (dictionary.
GetValue
("Modifiers") is MemberAttributes value)
System\Windows\Forms\Design\ComponentTray.cs (1)
2038
return (TrayControl)ds.
GetValue
(typeof(TrayControl));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
126
object dictionaryValue = dictionaryService.
GetValue
(s_nextNodeKey);