2 writes to scrollBar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
570scrollBar = new VScrollBar(); 1137scrollBar = null;
16 references to scrollBar
System.Windows.Forms (16)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (16)
564if (scrollBar == null) { 571scrollBar.Scroll += new ScrollEventHandler(this.OnScroll); 572Controls.Add(scrollBar); 574return scrollBar; 1134if (scrollBar != null) scrollBar.Dispose(); 2036if (scrollBar == null) { 2196if (scrollBar == null) { 2225if (scrollBar != null) { 3368int large = fullNotches * this.scrollBar.LargeChange; 3373initialOffset -= fullNotches * this.scrollBar.LargeChange; 3374if (Math.Abs(initialOffset - originalOffset) >= Math.Abs(fullNotches * this.scrollBar.LargeChange)) { 3405if (this.scrollBar.Value <= this.scrollBar.Minimum) { 3414if (this.scrollBar.Value > (scrollBar.Maximum-visibleRows+1)) {