4 writes to _visible
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
937
scrollProperties.
_visible
= false;
1013
HorizontalScroll.
_visible
= true;
1022
VerticalScroll.
_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)
552
if (!AutoScroll && HorizontalScroll.
_visible
)
557
if (!AutoScroll && VerticalScroll.
_visible
)
System\Windows\Forms\Scrolling\ScrollProperties.cs (3)
241
get =>
_visible
;
249
if (value !=
_visible
)
261
if (_parent is not null && _parent.IsHandleCreated &&
_visible
)