41 references to horizScrollBar
System.Windows.Forms (41)
winforms\Managed\System\WinForms\DataGrid.cs (41)
340horizScrollBar.Top = ClientRectangle.Height - horizScrollBar.Height; 341horizScrollBar.Left = 0; 342horizScrollBar.Visible = false; 343horizScrollBar.Scroll += new ScrollEventHandler(GridHScrolled); 344Controls.Add(horizScrollBar); 1142if (this.horizScrollBar.Visible) // Horizontal Scroll Bar Accessible Object 1625if (this.toBeDisposedEditingControl == this.horizScrollBar || this.toBeDisposedEditingControl == this.vertScrollBar) { 2258horizScrollBar.Value = value; 2316return horizScrollBar; 4371ScrollBar sb = wheelingDown ? vertScrollBar : horizScrollBar; 4390int newValue = horizScrollBar.Value + (move < 0 ? 1 : -1) * horizScrollBar.LargeChange; 4866if (this.horizScrollBar.Visible) { 4867this.horizScrollBar.Value = HorizontalOffset; 5007if (this.horizScrollBar.Visible) { 5008this.horizScrollBar.Value = HorizontalOffset; 5810if (horizScrollBar != null) 5811horizScrollBar.Dispose(); 6722horizScrollBar.Visible = false; 6752int horizHeight = horizScrollBar.Height; 6781int horizHeight = horizScrollBar.Height; 6811horizScrollBar.Height); 6820horizScrollBar.Minimum = 0; 6821horizScrollBar.Maximum = totalWidth; 6822horizScrollBar.SmallChange = 1; 6823horizScrollBar.LargeChange = Math.Max(totalWidth - widthNotVisible, 0); 6824horizScrollBar.Enabled = this.Enabled; 6825horizScrollBar.RightToLeft = RightToLeft; 6826horizScrollBar.Bounds = new Rectangle(alignToRight ? layout.Inside.X + layout.ResizeBoxRect.Width : layout.Inside.X, 6829horizScrollBar.Height); 6830horizScrollBar.Visible = true; 6834horizScrollBar.Visible = false; 6956if (horizScrollBar.Visible) 6957horizScrollBar.Value = HorizontalOffset + negOffset; 8592if (horizScrollBar.Visible) 8593horizScrollBar.Invalidate(); 8823horizScrollBar.Value = 0; 9125if (dataGrid.horizScrollBar.Visible) { 9127return dataGrid.horizScrollBar.AccessibilityObject; 9156if (DataGrid.horizScrollBar.Visible) {