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