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