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)
1002public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1403public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
372public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
871public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\DomainUpDownTests.cs (1)
1456public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
424public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\FormTests.cs (1)
2682public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\MenuStripTests.cs (1)
838public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\PanelTests.cs (1)
1146public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\PropertyGridTests.cs (1)
4133public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\ScrollableControlTests.cs (1)
2564public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\StatusStripTests.cs (1)
1264public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2163public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\TabPageTests.cs (1)
5219public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2008public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5082public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\ToolStripTests.cs (1)
7479public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\UpDownBaseTests.cs (1)
3089public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;
System\Windows\Forms\UserControlTests.cs (1)
1787public new const int ScrollStateAutoScrolling = ScrollableControl.ScrollStateAutoScrolling;