12 references to WINDOWPOS
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Control.cs (4)
13838NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam; 14078NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam;
winforms\Managed\System\WinForms\ListView.cs (4)
4579pwpos = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.WINDOWPOS))); 4597NativeMethods.WINDOWPOS wpos = (NativeMethods.WINDOWPOS) Marshal.PtrToStructure(pwpos, typeof(NativeMethods.WINDOWPOS));
winforms\Managed\System\WinForms\ToolTip.cs (2)
2391NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam;
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
1981NativeMethods.WINDOWPOS* wp = (NativeMethods.WINDOWPOS *)m.LParam;