4 writes to _visible
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
943scrollProperties._visible = false; 1019HorizontalScroll._visible = true; 1028VerticalScroll._visible = true;
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
251_visible = value;
5 references to _visible
System.Windows.Forms (5)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
558if (!AutoScroll && HorizontalScroll._visible) 563if (!AutoScroll && VerticalScroll._visible)
System\Windows\Forms\Scrolling\ScrollProperties.cs (3)
241get => _visible; 249if (value != _visible) 261if (_parent is not null && _parent.IsHandleCreated && _visible)