2 writes to y
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
714wp.ptMinPosition.y = (int) y;
MS\Win32\NativeMethods.cs (1)
118this.y = y;
6 references to y
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
639y = point.y; 799if ( heightInt < minMaxInfo.ptMinTrackSize.y ) 800heightInt = minMaxInfo.ptMinTrackSize.y; 805if ( heightInt > minMaxInfo.ptMaxTrackSize.y ) 806heightInt = minMaxInfo.ptMaxTrackSize.y; 1755yLogical = pt.y;