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) 3172Debug.Assert(_scrollBar is not null); 3174int large = fullNotches * _scrollBar.LargeChange; 3178initialOffset -= fullNotches * _scrollBar.LargeChange; 3179if (Math.Abs(initialOffset - originalOffset) >= Math.Abs(fullNotches * _scrollBar.LargeChange)) 3213if (_scrollBar!.Value <= _scrollBar.Minimum) 3224if (_scrollBar!.Value > (_scrollBar.Maximum - _visibleRows + 1)) 4761_scrollBar?.ReleaseUiaProvider(HWND.Null);