2 writes to _scrollBar
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
469_scrollBar = new VScrollBar(); 965_scrollBar = null;
17 references to _scrollBar
System.Windows.Forms (17)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (17)
465if (_scrollBar is null) 470_scrollBar.Scroll += OnScroll; 471Controls.Add(_scrollBar); 474return _scrollBar; 961_scrollBar?.Dispose(); 1763if (_scrollBar is null) 1949private bool GetScrollbarHidden() => _scrollBar is null || !ScrollBar.Visible; 1970if (_scrollBar is not null) 3187Debug.Assert(_scrollBar is not null); 3189int large = fullNotches * _scrollBar.LargeChange; 3193initialOffset -= fullNotches * _scrollBar.LargeChange; 3194if (Math.Abs(initialOffset - originalOffset) >= Math.Abs(fullNotches * _scrollBar.LargeChange)) 3228if (_scrollBar!.Value <= _scrollBar.Minimum) 3239if (_scrollBar!.Value > (_scrollBar.Maximum - _visibleRows + 1)) 4770_scrollBar?.ReleaseUiaProvider(HWND.Null);