2 writes to x
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
716wp.ptMinPosition.x = (int) x;
MS\Win32\NativeMethods.cs (1)
118this.x = x;
6 references to x
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
639x = point.x; 797if ( widthInt < minMaxInfo.ptMinTrackSize.x ) 798widthInt = minMaxInfo.ptMinTrackSize.x; 803if ( widthInt > minMaxInfo.ptMaxTrackSize.x ) 804widthInt = minMaxInfo.ptMaxTrackSize.x; 1755xLogical = pt.x;