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