Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
1 override of GetValue
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (1)
56
public override object?
GetValue
(object? component) => string.Empty;
2 references to GetValue
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\Com2IPerPropertyBrowsingHandler.Com2IPerPropertyEnumConverter.cs (1)
26
object? currentValue = _itemsEnum.Target.
GetValue
(_itemsEnum.Target.TargetObject);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
698
object? value =
GetValue
(TargetObject);