24 references to ScrollStateUserHasScrolled
System.Windows.Forms (5)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
455
if (!GetScrollState(
ScrollStateUserHasScrolled
))
System\Windows\Forms\Scrolling\ScrollableControl.cs (4)
832
SetScrollState(
ScrollStateUserHasScrolled
, false);
1006
SetScrollState(
ScrollStateUserHasScrolled
, false);
1333
SetScrollState(
ScrollStateUserHasScrolled
, true);
1425
SetScrollState(
ScrollStateUserHasScrolled
, true);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1008
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1409
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
378
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
877
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1462
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
430
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\FormTests.cs (1)
2688
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\MenuStripTests.cs (1)
844
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\PanelTests.cs (1)
1152
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\PropertyGridTests.cs (1)
4139
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2570
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\StatusStripTests.cs (1)
1270
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2169
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\TabPageTests.cs (1)
5225
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2014
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5088
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\ToolStripTests.cs (1)
7485
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3095
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;
System\Windows\Forms\UserControlTests.cs (1)
1793
public new const int ScrollStateUserHasScrolled = ScrollableControl.
ScrollStateUserHasScrolled
;