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