3 references to POINTSTRUCT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Screen.cs (1)
309
NativeMethods.POINTSTRUCT pt = new NativeMethods.
POINTSTRUCT
(point.X, point.Y);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
944
NativeMethods.POINTSTRUCT point = new NativeMethods.
POINTSTRUCT
(pt.X, pt.Y);
987
NativeMethods.POINTSTRUCT point = new NativeMethods.
POINTSTRUCT
(pt.X, pt.Y);