6 references to HtmlHelp
System.Windows.Forms.Primitives (6)
Windows\Win32\PInvoke.HtmlHelp.cs (6)
10/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" /> 14HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, dwData); 19/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" /> 25HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, (nuint)d); 31/// <inheritdoc cref="HtmlHelp(HWND, string, HTML_HELP_COMMAND, nuint)" /> 42HWND result = HtmlHelp(hwndCaller.Handle, pszFile, uCommand, (nuint)v);