37 references to vertScrollBar
System.Windows.Forms (37)
winforms\Managed\System\WinForms\DataGrid.cs (37)
346vertScrollBar.Top = 0; 347vertScrollBar.Left = ClientRectangle.Width - vertScrollBar.Width; 348vertScrollBar.Visible = false; 349vertScrollBar.Scroll += new ScrollEventHandler(GridVScrolled); 350Controls.Add(vertScrollBar); 1144if (this.vertScrollBar.Visible) // Vertical Scroll Bar Accessible Object 1402vertScrollBar.Maximum = Math.Max(0, DataGridRowsLength - 1); 1404vertScrollBar.Value = 0; 1625if (this.toBeDisposedEditingControl == this.horizScrollBar || this.toBeDisposedEditingControl == this.vertScrollBar) { 2971return vertScrollBar; 4371ScrollBar sb = wheelingDown ? vertScrollBar : horizScrollBar; 5808if (vertScrollBar != null) 5809vertScrollBar.Dispose(); 6670if (vertScrollBar.Visible && isRightToLeft()) 6671inner.X -= vertScrollBar.Width; 6723vertScrollBar.Visible = false; 6763int vertWidth = vertScrollBar.Width; 6792int vertWidth = vertScrollBar.Width; 6810vertScrollBar.Width, 6843vertScrollBar.LargeChange = numTotallyVisibleRows != 0 ? numTotallyVisibleRows : 1; 6844vertScrollBar.Bounds = new Rectangle(alignToRight ? layout.Data.X : layout.Data.Right, 6846vertScrollBar.Width, 6848vertScrollBar.Enabled = this.Enabled; 6849vertScrollBar.Visible = true; 6851layout.Data.X += vertScrollBar.Width; 6854vertScrollBar.Visible = false; 6954if (vertScrollBar.Visible) 6955vertScrollBar.Value = firstVisibleRow; 8594if (vertScrollBar.Visible) 8595vertScrollBar.Invalidate(); 8610vertScrollBar.Value = newFirstRow; 8890if (vertScrollBar.Visible) { 8891Rectangle fixupRect = vertScrollBar.Bounds; 9132if (dataGrid.vertScrollBar.Visible) { 9134return dataGrid.vertScrollBar.AccessibilityObject; 9159if (DataGrid.vertScrollBar.Visible) {