4 references to GetDocumentation
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
531
int hr = typeInfo.
GetDocumentation
(dispid, ref pPropName, ref pPropDesc, null, null);
756
enumTypeInfo.
GetDocumentation
(NativeMethods.MEMBERID_NIL, ref enumName, ref helpstr, null, null);
785
hr = enumTypeInfo.
GetDocumentation
(varDesc.memid, ref name, ref helpstr, null, null);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
115
pTypeInfo.
GetDocumentation
(NativeMethods.MEMBERID_NIL, ref name, ref desc, null, null);