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