4 writes to _visible
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
943
scrollProperties.
_visible
= false;
1019
HorizontalScroll.
_visible
= true;
1028
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)
558
if (!AutoScroll && HorizontalScroll.
_visible
)
563
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
)