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