3 references to GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
280
int hr = new ComNativeDescriptor().
GetPropertyValue
(target, this.dispid, new object[1]);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
493
hr = cnd.
GetPropertyValue
(obj, pi.DispId, pvar);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
184
if (
GetPropertyValue
(component, dispid, pVarResult) == NativeMethods.S_OK) {