2 writes to y
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
715
wp.ptMinPosition.
y
= (int) y;
MS\Win32\NativeMethods.cs (1)
119
this.
y
= y;
6 references to y
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
640
y = point.
y
;
800
if ( heightInt < minMaxInfo.ptMinTrackSize.
y
)
801
heightInt = minMaxInfo.ptMinTrackSize.
y
;
806
if ( heightInt > minMaxInfo.ptMaxTrackSize.
y
)
807
heightInt = minMaxInfo.ptMaxTrackSize.
y
;
1756
yLogical = pt.
y
;