6 references to POINT
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
633NativeMethods.POINT point = new NativeMethods.POINT((int)x, (int)y); 786minMaxInfo.ptMaxSize = new NativeMethods.POINT( x, y ); 787minMaxInfo.ptMaxPosition = new NativeMethods.POINT(0, 0); 788minMaxInfo.ptMinTrackSize = new NativeMethods.POINT(1, 1); 789minMaxInfo.ptMaxTrackSize = new NativeMethods.POINT( x, y ); 1751NativeMethods.POINT pt = new NativeMethods.POINT((int)x, (int)y);