Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
1 override of GetValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2AboutBoxPropertyDescriptor.cs (1)
105public override object GetValue(object component) {
2 references to GetValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
188object curValue = itemsEnum.target.GetValue(itemsEnum.target.TargetObject);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
969Object value = GetValue(TargetObject);