7 references to GetDocumentation
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
470 /// <inheritdoc cref="GetDocumentation(int, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, uint*, winmdroot.Foundation.BSTR*)"/> 475 winmdroot.Foundation.HRESULT __result = this.GetDocumentation(memid, pBstrName, pBstrDocString, pdwHelpContextLocal, pBstrHelpFile);
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
492HRESULT hr = typeInfo->GetDocumentation(dispid, &nameBstr, &helpStringBstr, null, null); 713enumTypeInfo->GetDocumentation(PInvoke.MEMBERID_NIL, &enumNameBstr, &enumHelpStringBstr, null, null); 738hr = enumTypeInfo->GetDocumentation(pVarDesc->memid, &nameBstr, &helpBstr, null, null);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
90typeInfo.Value->GetDocumentation(
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
92typeInfo.Value->GetDocumentation(4, &name, &docString, &dwHelpContext, &helpFile);