1 instantiation of TPMPARAMS
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1543NativeMethods.TPMPARAMS tpm = new NativeMethods.TPMPARAMS();
3 references to TPMPARAMS
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3230public int cbSize = Marshal.SizeOf(typeof(TPMPARAMS));
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
315public static extern bool TrackPopupMenuEx(HandleRef hmenu, int fuFlags, int x, int y, HandleRef hwnd, NativeMethods.TPMPARAMS tpm);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1543NativeMethods.TPMPARAMS tpm = new NativeMethods.TPMPARAMS();