24 references to ScrollStateUserHasScrolled
System.Windows.Forms (5)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
456
if (!GetScrollState(
ScrollStateUserHasScrolled
))
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
838
SetScrollState(
ScrollStateUserHasScrolled
, false);
1012
SetScrollState(
ScrollStateUserHasScrolled
, false);
1339
SetScrollState(
ScrollStateUserHasScrolled
, true);
1431
SetScrollState(
ScrollStateUserHasScrolled
, true);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1006
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1407
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
376
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
875
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1460
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
428
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\FormTests.cs (1)
2686
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\MenuStripTests.cs (1)
842
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\PanelTests.cs (1)
1150
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\PropertyGridTests.cs (1)
4137
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2568
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\StatusStripTests.cs (1)
1268
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2167
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\TabPageTests.cs (1)
5223
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2012
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5086
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripTests.cs (1)
7514
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3093
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\UserControlTests.cs (1)
1791
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;