2 writes to y
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
729
wp.ptMinPosition.
y
= (int) y;
MS\Win32\NativeMethods.cs (1)
115
this.
y
= y;
6 references to y
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
656
y = point.
y
;
814
if ( heightInt < minMaxInfo.ptMinTrackSize.
y
)
815
heightInt = minMaxInfo.ptMinTrackSize.
y
;
820
if ( heightInt > minMaxInfo.ptMaxTrackSize.
y
)
821
heightInt = minMaxInfo.ptMaxTrackSize.
y
;
1773
yLogical = pt.
y
;