6 references to POINT
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
649
NativeMethods.POINT point = new NativeMethods.
POINT
((int)x, (int)y);
800
minMaxInfo.ptMaxSize = new NativeMethods.
POINT
( x, y );
801
minMaxInfo.ptMaxPosition = new NativeMethods.
POINT
(0, 0);
802
minMaxInfo.ptMinTrackSize = new NativeMethods.
POINT
(1, 1);
803
minMaxInfo.ptMaxTrackSize = new NativeMethods.
POINT
( x, y );
1768
NativeMethods.POINT pt = new NativeMethods.
POINT
((int)x, (int)y);