2 writes to x
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
715wp.ptMinPosition.x = (int) x;
MS\Win32\NativeMethods.cs (1)
117this.x = x;
6 references to x
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
638x = point.x; 796if ( widthInt < minMaxInfo.ptMinTrackSize.x ) 797widthInt = minMaxInfo.ptMinTrackSize.x; 802if ( widthInt > minMaxInfo.ptMaxTrackSize.x ) 803widthInt = minMaxInfo.ptMaxTrackSize.x; 1754xLogical = pt.x;