1 write to _scrollBar
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
446_scrollBar = new VScrollBar();
35 references to _scrollBar
System.Windows.Forms.Design (35)
System\ComponentModel\Design\ByteViewer.cs (35)
435[MemberNotNull(nameof(_scrollBar))] 447_scrollBar.ValueChanged += ScrollChanged; 448_scrollBar.TabStop = true; 449_scrollBar.TabIndex = 0; 450_scrollBar.Dock = DockStyle.Right; 451_scrollBar.Visible = false; 468Controls.Add(_scrollBar, 0, 0); 484_scrollBar.Hide(); 485_scrollBar.Maximum = _linesCount - 1; 486_scrollBar.LargeChange = _rowCount; 487_scrollBar.Show(); 488_scrollBar.Enabled = true; 493_scrollBar.Hide(); 494_scrollBar.Maximum = _rowCount; 495_scrollBar.LargeChange = _rowCount; 496_scrollBar.Show(); 497_scrollBar.Enabled = false; 500_scrollBar.Select(); 509_scrollBar.Select(); 525_scrollBar.Show(); 567if (_scrollBar is not null) 571_scrollBar.Hide(); 572_scrollBar.Maximum = _linesCount - 1; 573_scrollBar.LargeChange = _rowCount; 574_scrollBar.Show(); 575_scrollBar.Enabled = true; 576_scrollBar.Select(); 580_scrollBar.Enabled = false; 601_startLine = _scrollBar.Value; 634_scrollBar.Hide(); 643_scrollBar.Hide(); 651if (_linesCount > _rowCount && !_scrollBar.Visible) 653_scrollBar.Show(); 655_scrollBar.Invalidate(); 656_scrollBar.Select();