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