17 writes to bottom
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Accessible.cs (2)
1290acc.accLocation(out rect.left, out rect.top, out rect.right/*width*/, out rect.bottom/*height*/, idChild ); 1306rect.bottom += rect.top; // convert height to bottom
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
735groupRc.bottom = item.bottom;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (8)
327rc.bottom = sbi.rcScrollBar.top + sizeArrow.cy; 334rc.bottom = sbi.rcScrollBar.bottom - sizeArrow.cy; 338rc.top = rc.bottom = sbi.rcScrollBar.top + sizeArrow.cy; 345rc.top = rc.bottom = sbi.rcScrollBar.top + sizeArrow.cy; 352rc.bottom = rc.top; 357rc.top = rc.bottom = sbi.rcScrollBar.top + sizeArrow.cy; 363rc.bottom = sbi.rcScrollBar.bottom; 397rc.bottom = sbi.rcScrollBar.bottom;
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
457rcChannel.left = rcChannel.right = rcChannel.top = rcChannel.bottom = 1000; 469rcThumb.left = rcThumb.right = rcThumb.top = rcThumb.bottom = 1000;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
354info.rc.bottom = (int)rc.Bottom;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
589updownRect.bottom = updownRect.top + height / 2;
MS\Win32\NativeMethods.cs (2)
1181this.bottom = bottom; 1189this.bottom = (int)rc.Bottom;
67 references to bottom
UIAutomationClientSideProviders (67)
MS\Internal\AutomationProxies\Accessible.cs (4)
1062if (rect1.bottom != rect2.bottom) 1463|| loc.bottom != ownLoc.bottom)
MS\Internal\AutomationProxies\ClickablePoint.cs (3)
207_bottom = rc.bottom; 249if ((rc.right - rc.left) <= 0 || (rc.bottom - rc.top) <= 0) 258int y = (rc.top + rc.bottom) / 2;
MS\Internal\AutomationProxies\Misc.cs (5)
248NativeMethods.Win32Point rightBottom = new NativeMethods.Win32Point(rc.right, rc.bottom); 1252return new Rect(left, ti.rcTitleBar.top, right - left, ti.rcTitleBar.bottom - ti.rcTitleBar.top); 1368return x >= rc.left && x < rc.right && y >= rc.top && y < rc.bottom; 1385return x >= rc.left && x < rc.right && y >= rc.top && y < rc.bottom; 2086rects[i] = new Rect(ti.rgrect[i].left, ti.rgrect[i].top, ti.rgrect[i].right - ti.rgrect[i].left, ti.rgrect[i].bottom - ti.rgrect[i].top);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
488return x >= rc.left && x < rc.right && y >= rc.top && y < rc.bottom;
MS\Internal\AutomationProxies\ProxySimple.cs (1)
599pt.y = (rcItem.bottom - 1 + rcItem.top) / 2;
MS\Internal\AutomationProxies\WindowsEditBox.cs (4)
368clientLocation.y = Math.Min(clientLocation.y, clientRect.bottom); 567return new Rect(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top); 603NativeMethods.Win32Point ptEnd = new NativeMethods.Win32Point((int)(rect.right - size.cx / 8), (int)(rect.bottom - size.cy / 4)); 727linePerPage = (rect.bottom - rect.top) / size.cy;
MS\Internal\AutomationProxies\WindowsGrip.cs (4)
57return new Rect(client.left - sizeGrip.cx, client.bottom, sizeGrip.cx, sizeGrip.cy); 61return new Rect(client.right, client.bottom, sizeGrip.cx, sizeGrip.cy); 107int y = client.bottom - (int)(sizeGrip.cy / 2); 115int y = client.bottom - (int)(sizeGrip.cy / 2);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
451int height = BoundingRect.bottom - BoundingRect.top;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
735groupRc.bottom = item.bottom; 816return new NativeMethods.Win32Rect(sbi.rcScrollBar.left, sbi.rcScrollBar.top, sbi.rcScrollBar.right, sbi.rcScrollBar.bottom);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
862listViewRect.top = headerRect.bottom; 951clickPoint.y = (itemRectangle.top + itemRectangle.bottom) / 2;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (4)
167return new NativeMethods.Win32Rect (controlRectangle.left, rc.top, right, rc.bottom); 189return new NativeMethods.Win32Rect (selectable.right, wholeItem.top, wholeItem.right, wholeItem.bottom); 193return new NativeMethods.Win32Rect (wholeItem.left, wholeItem.top, selectable.left, wholeItem.bottom); 248NativeMethods.Win32Point pt = new NativeMethods.Win32Point((rc.left + rc.right) / 2, (rc.top + rc.bottom) / 2);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
811int buttonHeight = mbi.rcBar.bottom - mbi.rcBar.top; 1255int buttonHeight = mbi.rcBar.bottom - mbi.rcBar.top;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
130y >= rebarRect.top && y <= rebarRect.bottom) 413return new Rect (rectW32.left, rectW32.top, rectW32.bottom - rectW32.top, rectW32.right - rectW32.left);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
175Rect clientRect = new Rect(w32rect.left, w32rect.top, w32rect.right - w32rect.left, w32rect.bottom - w32rect.top);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
151long area = (sbi.rcScrollBar.right - sbi.rcScrollBar.left) * (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top); 457long area = (sbi.rcScrollBar.right - sbi.rcScrollBar.left) * (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top); 470fThumbVisible = (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top >= 5 * sizeArrow.cy / 2);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (10)
263long area = (sbi.rcScrollBar.right - sbi.rcScrollBar.left) * (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top); 316bool fThumbVisible = sbi.rcScrollBar.bottom - sbi.rcScrollBar.top >= 5 * sizeArrow.cy / 2; 317if (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top < 2 * sizeArrow.cy) 320sizeArrow.cy = (sbi.rcScrollBar.bottom - sbi.rcScrollBar.top) / 2; 333rc.top = rc.bottom; 334rc.bottom = sbi.rcScrollBar.bottom - sizeArrow.cy; 362rc.top = sbi.rcScrollBar.bottom - sizeArrow.cy; 363rc.bottom = sbi.rcScrollBar.bottom; 389NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(sbi.xyThumbTop, sbi.rcScrollBar.top, sbi.xyThumbBottom, sbi.rcScrollBar.bottom); 397rc.bottom = sbi.rcScrollBar.bottom;
MS\Internal\AutomationProxies\WindowsSlider.cs (6)
498return new Rect (rcChannel.left, rcChannel.top, rcThumb.left - rcChannel.left, rcChannel.bottom - rcChannel.top); 501return new Rect (rcThumb.left, rcThumb.top, rcThumb.right - rcThumb.left, rcThumb.bottom - rcThumb.top); 504return new Rect (rcThumb.right, rcChannel.top, rcChannel.right - rcThumb.right, rcChannel.bottom - rcChannel.top); 509int dx = rcChannel.bottom - rcChannel.top; 518return new Rect (rcThumb.left, rcThumb.top, rcThumb.right - rcThumb.left, rcThumb.bottom - rcThumb.top); 521return new Rect (rcChannel.left, rcThumb.bottom, dx, dy);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (6)
371if (rc.left == info->rc.left && rc.top == info->rc.top && rc.right == info->rc.right && rc.bottom == info->rc.bottom) 809return new NativeMethods.Win32Rect(client.left, client.bottom - sizeGrip.cy, client.left + sizeGrip.cx, client.bottom); 813return new NativeMethods.Win32Rect(client.right - sizeGrip.cx, client.bottom - sizeGrip.cy, client.right, client.bottom);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
728IntPtr center = NativeMethods.Util.MAKELPARAM (rectW32.left + ((rectW32.right - rectW32.left) / 2), rectW32.top + ((rectW32.bottom - rectW32.top) / 2));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1467NativeMethods.Win32Point pt = new NativeMethods.Win32Point(((rectItem.left + rectItem.right) / 2), ((rectItem.top + rectItem.bottom) / 2));
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
588int height = (updownRect.bottom - updownRect.top); 602int height = (updownRect.bottom - updownRect.top);
MS\Win32\NativeMethods.cs (2)
1196return left >= right || top >= bottom; 1220return new Rect(rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top);