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