2 references to SetVisibleScrollbars
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
286needLayout = SetVisibleScrollbars(false, false); 532needLayout = (SetVisibleScrollbars(needHscroll, needVscroll) || needLayout);