2 writes to x
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
737wp.ptMinPosition.x = (int) x;
MS\Win32\NativeMethods.cs (1)
113this.x = x;
6 references to x
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
662x = point.x; 819if ( widthInt < minMaxInfo.ptMinTrackSize.x ) 820widthInt = minMaxInfo.ptMinTrackSize.x; 825if ( widthInt > minMaxInfo.ptMaxTrackSize.x ) 826widthInt = minMaxInfo.ptMaxTrackSize.x; 1766xLogical = pt.x;