1 write to left
UIAutomationClient (1)
MS\Win32\NativeMethods.cs (1)
95this.left = left;
18 references to left
UIAutomationClient (18)
MS\Internal\Automation\BoundingRectTracker.cs (4)
112new Rect (rc32.left, rc32.top, rc32.right - rc32.left, rc32.bottom - rc32.top)); 130return rc1.left == rc2.left
MS\Internal\Automation\HwndProxyElementProvider.cs (13)
241return new Rect(rcW32.left, rcW32.top, rcW32.right - rcW32.left, rcW32.bottom - rcW32.top); 649int currentWidth = currentRect.right - currentRect.left; 746int currentWidth = currentRect.right - currentRect.left; 754int newWidth = wp.rcNormalPosition.right -wp.rcNormalPosition.left; 759wp.rcNormalPosition.right = wp.rcNormalPosition.left + currentWidth; 821wp.rcNormalPosition.right = (widthInt + wp.rcNormalPosition.left); 1470if( (rcW32.right - rcW32.left) <= 0 || (rcW32.bottom - rcW32.top) <= 0) 1692return x >= rc.left && x < rc.right 1698return rc1.left >= rc2.left 1777int x1 = (rc.left + rc.right) / 2; 1810if (!SafeNativeMethods.PtInRegion(hrgn, (int)xLogical - rc.left, (int)yLogical - rc.top))
MS\Win32\NativeMethods.cs (1)
105return left >= right || top >= bottom;