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