3 references to GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
169
cnd.
GetPropertyValue
(obj, NativeMethods.ActiveX.DISPID_Name, ref succeeded);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
146
object value =
GetPropertyValue
(component, dispid, ref success);
176
return
GetPropertyValue
(component, dispid[0], ref succeeded);