23 references to ScrollStateAutoScrolling
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
62
SetScrollState(
ScrollStateAutoScrolling
, false);
79
get => GetScrollState(
ScrollStateAutoScrolling
);
87
SetScrollState(
ScrollStateAutoScrolling
, value);
System\Windows\Forms\UserControl.cs (1)
31
SetScrollState(
ScrollStateAutoScrolling
, false);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1000
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1401
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
370
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
869
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1454
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
422
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\FormTests.cs (1)
2680
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\MenuStripTests.cs (1)
836
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\PanelTests.cs (1)
1144
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\PropertyGridTests.cs (1)
4131
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2562
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\StatusStripTests.cs (1)
1262
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2161
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\TabPageTests.cs (1)
5217
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2006
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5080
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\ToolStripTests.cs (1)
7508
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3087
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;
System\Windows\Forms\UserControlTests.cs (1)
1785
public new const int ScrollStateAutoScrolling = ScrollableControl.
ScrollStateAutoScrolling
;