6 references to GetScrollState
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
455if (!GetScrollState(ScrollStateUserHasScrolled))
System\Windows\Forms\Scrolling\ScrollableControl.cs (5)
75get => GetScrollState(ScrollStateAutoScrolling); 234get => GetScrollState(ScrollStateHScrollVisible); 252get => GetScrollState(ScrollStateVScrollVisible); 1329if (GetScrollState(ScrollStateFullDrag) || thumbTrack) 1421if (GetScrollState(ScrollStateFullDrag) || loWord != SCROLLBAR_COMMAND.SB_THUMBTRACK)