2 writes to y
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
736
wp.ptMinPosition.
y
= (int) y;
MS\Win32\NativeMethods.cs (1)
114
this.
y
= y;
6 references to y
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
663
y = point.
y
;
822
if ( heightInt < minMaxInfo.ptMinTrackSize.
y
)
823
heightInt = minMaxInfo.ptMinTrackSize.
y
;
828
if ( heightInt > minMaxInfo.ptMaxTrackSize.
y
)
829
heightInt = minMaxInfo.ptMaxTrackSize.
y
;
1767
yLogical = pt.
y
;