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