7 types derived from ScrollableControl
DesignSurface (1)
MainForm.MyScrollableControl.cs (1)
8
internal class MyScrollableControl :
ScrollableControl
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
24
public partial class ToolStrip :
ScrollableControl
, IArrangedElement, ISupportToolStripPanel
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
14
public class ContainerControl :
ScrollableControl
, IContainerControl
System\Windows\Forms\Panels\Panel.cs (1)
19
public partial class Panel :
ScrollableControl
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
25
public class ComponentTray :
ScrollableControl
, IExtenderProvider, ISelectionUIHandler, IOleDragClient
System\Windows\Forms\Design\DesignerFrame.cs (1)
340
private class OverlayControl :
ScrollableControl
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2562
public class SubScrollableControl :
ScrollableControl
73 instantiations of ScrollableControl
System.Windows.Forms.Tests (73)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
296
{ new
ScrollableControl
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\DockPaddingEdgesTests.cs (23)
24
using ScrollableControl owner =
new
()
43
using ScrollableControl owner =
new
();
62
using ScrollableControl owner =
new
()
83
using ScrollableControl owner =
new
()
105
using ScrollableControl owner =
new
()
126
using ScrollableControl owner =
new
()
148
using ScrollableControl owner =
new
()
169
using ScrollableControl owner =
new
()
191
using ScrollableControl owner =
new
()
212
using ScrollableControl owner =
new
()
234
using ScrollableControl owner =
new
()
252
ScrollableControl owner =
new
()
304
using ScrollableControl owner =
new
()
316
using ScrollableControl owner =
new
()
329
using ScrollableControl owner =
new
()
345
using ScrollableControl owner =
new
()
362
using ScrollableControl owner =
new
()
373
using ScrollableControl owner =
new
()
385
using ScrollableControl owner =
new
()
406
using ScrollableControl owner =
new
()
427
using ScrollableControl owner =
new
()
448
using ScrollableControl owner =
new
()
469
using ScrollableControl owner =
new
()
System\Windows\Forms\HScrollPropertiesTests.cs (1)
12
yield return new object[] { new
ScrollableControl
() };
System\Windows\Forms\Layout\LayoutEngineTests.cs (2)
16
engine.InitLayout(new
ScrollableControl
(), BoundsSpecified.All);
37
Assert.False(engine.Layout(new
ScrollableControl
(), new LayoutEventArgs(new Component(), "affectedProperty")));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
183
using ScrollableControl control =
new
();
198
using ScrollableControl control =
new
();
System\Windows\Forms\ScrollableControlTests.cs (21)
344
using ScrollableControl control =
new
()
375
using ScrollableControl control =
new
()
419
using ScrollableControl control =
new
();
443
using ScrollableControl control =
new
();
469
using ScrollableControl control =
new
();
477
using ScrollableControl control =
new
()
494
using ScrollableControl control =
new
();
523
using ScrollableControl control =
new
()
541
using ScrollableControl control =
new
();
574
using ScrollableControl control =
new
()
618
using ScrollableControl control =
new
()
660
using ScrollableControl control =
new
();
684
using ScrollableControl control =
new
();
794
using ScrollableControl control =
new
();
819
using ScrollableControl control =
new
();
857
using ScrollableControl control =
new
()
872
using ScrollableControl control =
new
()
2190
using ScrollableControl control =
new
()
2210
using ScrollableControl control =
new
();
2237
using ScrollableControl control =
new
()
2261
using ScrollableControl control =
new
()
System\Windows\Forms\ScrollPropertiesTests.cs (22)
12
yield return new object[] { new
ScrollableControl
() };
35
using ScrollableControl container =
new
();
55
using ScrollableControl container =
new
()
103
using ScrollableControl container =
new
();
119
using ScrollableControl container =
new
()
152
using ScrollableControl container =
new
();
170
using ScrollableControl container =
new
();
186
using ScrollableControl container =
new
()
219
using ScrollableControl container =
new
();
237
using ScrollableControl container =
new
();
283
using ScrollableControl container =
new
();
300
using ScrollableControl container =
new
();
317
using ScrollableControl container =
new
()
342
using ScrollableControl container =
new
();
366
using ScrollableControl container =
new
();
385
using ScrollableControl container =
new
()
427
using ScrollableControl container =
new
();
444
using ScrollableControl container =
new
();
470
using ScrollableControl container =
new
()
513
using ScrollableControl container =
new
();
523
using ScrollableControl container =
new
();
543
using ScrollableControl container =
new
()
System\Windows\Forms\VScrollPropertiesTests.cs (1)
13
yield return new object[] { new
ScrollableControl
() };
271 references to ScrollableControl
System.Windows.Forms (27)
System\Windows\Forms\Control.cs (3)
7313
if (this is not
ScrollableControl
7391
if (this is not
ScrollableControl
&& !IsMirrored)
8100
if (this is
ScrollableControl
scrollControl && scrollLocation != Point.Empty)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
339
ScrollableControl
? containingControl = ctl.ContainingControl;
System\Windows\Forms\Layout\CommonProperties.cs (2)
691
/// <see cref="
ScrollableControl
"/> checks if the layout bounds has been set in the <see cref="CommonProperties"/>
693
/// layout engine. If the bounds has been set, <see cref="
ScrollableControl
"/> will use those bounds to check if
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
1325
private static
ScrollableControl
? FindScrollableParent(Control ctl)
1328
while (current is not null and not
ScrollableControl
)
1333
return (
ScrollableControl
?)current;
1341
ScrollableControl
? scrollParent = FindScrollableParent(last);
System\Windows\Forms\Scrolling\HScrollProperties.cs (4)
11
public HScrollProperties(
ScrollableControl
? container) : base(container)
15
private protected override int GetPageSize(
ScrollableControl
parent) => parent.ClientRectangle.Width;
19
private protected override int GetHorizontalDisplayPosition(
ScrollableControl
parent) => -_value;
21
private protected override int GetVerticalDisplayPosition(
ScrollableControl
parent) => parent.DisplayRectangle.Y;
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
56
/// Initializes a new instance of the <see cref="
ScrollableControl
"/> class.
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (2)
16
private readonly
ScrollableControl
? _owner;
26
internal DockPaddingEdges(
ScrollableControl
owner)
System\Windows\Forms\Scrolling\ScrollProperties.cs (6)
22
private readonly
ScrollableControl
? _parent;
24
protected
ScrollableControl
? ParentControl => _parent;
30
protected ScrollProperties(
ScrollableControl
? container)
169
private protected abstract int GetPageSize(
ScrollableControl
parent);
173
private protected abstract int GetHorizontalDisplayPosition(
ScrollableControl
parent);
175
private protected abstract int GetVerticalDisplayPosition(
ScrollableControl
parent);
System\Windows\Forms\Scrolling\VScrollProperties.cs (4)
11
public VScrollProperties(
ScrollableControl
? container) : base(container)
15
private protected override int GetPageSize(
ScrollableControl
parent) => parent.ClientRectangle.Height;
19
private protected override int GetHorizontalDisplayPosition(
ScrollableControl
parent) => parent.DisplayRectangle.X;
21
private protected override int GetVerticalDisplayPosition(
ScrollableControl
parent) => -_value;
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
272
if (currentControl.Parent is
ScrollableControl
p)
System\Windows\Forms\Design\ControlDesigner.cs (2)
86
if (Control.Parent is
ScrollableControl
parent)
96
if (Control.Parent is
ScrollableControl
parent)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
577
ScrollableControl
p = newChild.Parent as
ScrollableControl
;
685
if (HasComponent && Control is
ScrollableControl
control)
1199
if (Control is
ScrollableControl
control)
System\Windows\Forms\Design\ScrollableControlDesigner.cs (2)
30
ScrollableControl
f = (
ScrollableControl
)Control;
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\ByteViewerTests.cs (5)
1002
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1004
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1006
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1008
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1010
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\Design\DesignerFrameTests.cs (1)
65
Control? designerRegion = controls.FirstOrDefault(c => c is
ScrollableControl
);
System.Windows.Forms.Tests (229)
System\Windows\Forms\ContainerControlTests.cs (5)
1403
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1405
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1407
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1409
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1411
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (5)
372
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
374
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
376
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
378
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
380
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (5)
871
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
873
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
875
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
877
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
879
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\DockPaddingEdgesConverterTests.cs (7)
16
var converter = new
ScrollableControl
.DockPaddingEdgesConverter();
19
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.All), properties[0].Name);
20
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Left), properties[1].Name);
21
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Top), properties[2].Name);
22
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Right), properties[3].Name);
23
Assert.Equal(nameof(
ScrollableControl
.DockPaddingEdges.Bottom), properties[4].Name);
29
var converter = new
ScrollableControl
.DockPaddingEdgesConverter();
System\Windows\Forms\DockPaddingEdgesTests.cs (66)
24
using
ScrollableControl
owner = new()
28
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
43
using
ScrollableControl
owner = new();
44
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
62
using
ScrollableControl
owner = new()
67
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
83
using
ScrollableControl
owner = new()
87
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
105
using
ScrollableControl
owner = new()
110
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
126
using
ScrollableControl
owner = new()
130
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
148
using
ScrollableControl
owner = new()
153
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
169
using
ScrollableControl
owner = new()
173
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
191
using
ScrollableControl
owner = new()
196
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
212
using
ScrollableControl
owner = new()
216
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
234
using
ScrollableControl
owner = new()
239
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
250
ScrollableControl
.DockPaddingEdges CreatePadding(int left, int top, int right, int bottom)
252
ScrollableControl
owner = new()
259
ScrollableControl
.DockPaddingEdges CreateClonedPadding(int left, int top, int right, int bottom)
262
return Assert.IsType<
ScrollableControl
.DockPaddingEdges>(cloneable.Clone());
291
public void DockPaddingEdges_Equals_Invoke_ReturnsExpected(
ScrollableControl
.DockPaddingEdges padding, object other, bool expected)
293
if (other is
ScrollableControl
.DockPaddingEdges)
304
using
ScrollableControl
owner = new()
308
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
316
using
ScrollableControl
owner = new()
321
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
329
using
ScrollableControl
owner = new()
334
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
345
using
ScrollableControl
owner = new()
351
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original2.Clone();
362
using
ScrollableControl
owner = new()
366
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
373
using
ScrollableControl
owner = new()
378
ScrollableControl
.DockPaddingEdges padding = (
ScrollableControl
.DockPaddingEdges)original.Clone();
385
using
ScrollableControl
owner = new()
389
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
391
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.All)];
406
using
ScrollableControl
owner = new()
410
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
412
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Left)];
427
using
ScrollableControl
owner = new()
431
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
433
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Top)];
448
using
ScrollableControl
owner = new()
452
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
454
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Right)];
469
using
ScrollableControl
owner = new()
473
ScrollableControl
.DockPaddingEdges padding = owner.DockPadding;
475
PropertyDescriptor property = properties[nameof(
ScrollableControl
.DockPaddingEdges.Bottom)];
490
Assert.IsType<
ScrollableControl
.DockPaddingEdgesConverter>(TypeDescriptor.GetConverter(typeof(
ScrollableControl
.DockPaddingEdges)));
System\Windows\Forms\DomainUpDownTests.cs (5)
1456
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1458
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1460
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1462
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1464
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\FlowLayoutPanelTests.cs (5)
424
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
426
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
428
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
430
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
432
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\FormTests.cs (5)
2682
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2684
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2686
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2688
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2690
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\HScrollPropertiesTests.cs (3)
18
public void HScrollProperties_Ctor_Control(
ScrollableControl
container)
33
public SubHScrollProperties(
ScrollableControl
container) : base(container)
37
public
ScrollableControl
ParentControlEntry => ParentControl;
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
183
using
ScrollableControl
control = new();
198
using
ScrollableControl
control = new();
System\Windows\Forms\MdiControlStripTests.cs (5)
342
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
344
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
346
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
348
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
350
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\MenuStripTests.cs (5)
838
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
840
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
842
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
844
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
846
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\PanelTests.cs (5)
1146
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1148
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1150
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1152
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1154
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\PropertyGridTests.cs (5)
4133
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
4135
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
4137
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
4139
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
4141
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ScrollableControlTests.cs (34)
344
using
ScrollableControl
control = new()
375
using
ScrollableControl
control = new()
418
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMargin)];
419
using
ScrollableControl
control = new();
442
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMargin)];
443
using
ScrollableControl
control = new();
469
using
ScrollableControl
control = new();
477
using
ScrollableControl
control = new()
494
using
ScrollableControl
control = new();
523
using
ScrollableControl
control = new()
541
using
ScrollableControl
control = new();
574
using
ScrollableControl
control = new()
618
using
ScrollableControl
control = new()
659
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMinSize)];
660
using
ScrollableControl
control = new();
683
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ScrollableControl
))[nameof(
ScrollableControl
.AutoScrollMinSize)];
684
using
ScrollableControl
control = new();
794
using
ScrollableControl
control = new();
819
using
ScrollableControl
control = new();
857
using
ScrollableControl
control = new()
872
using
ScrollableControl
control = new()
2190
using
ScrollableControl
control = new()
2210
using
ScrollableControl
control = new();
2237
using
ScrollableControl
control = new()
2261
using
ScrollableControl
control = new()
2564
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2566
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2568
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2570
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2572
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ScrollPropertiesTests.cs (24)
18
public void ScrollProperties_Ctor_Control(
ScrollableControl
container)
35
using
ScrollableControl
container = new();
55
using
ScrollableControl
container = new()
103
using
ScrollableControl
container = new();
119
using
ScrollableControl
container = new()
152
using
ScrollableControl
container = new();
170
using
ScrollableControl
container = new();
186
using
ScrollableControl
container = new()
219
using
ScrollableControl
container = new();
237
using
ScrollableControl
container = new();
283
using
ScrollableControl
container = new();
300
using
ScrollableControl
container = new();
317
using
ScrollableControl
container = new()
342
using
ScrollableControl
container = new();
366
using
ScrollableControl
container = new();
385
using
ScrollableControl
container = new()
427
using
ScrollableControl
container = new();
444
using
ScrollableControl
container = new();
470
using
ScrollableControl
container = new()
513
using
ScrollableControl
container = new();
523
using
ScrollableControl
container = new();
543
using
ScrollableControl
container = new()
583
public SubScrollProperties(
ScrollableControl
container) : base(container)
587
public new
ScrollableControl
ParentControl => base.ParentControl;
System\Windows\Forms\StatusStripTests.cs (5)
1264
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1266
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1268
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1270
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1272
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\TableLayoutPanelTests.cs (5)
2163
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2165
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2167
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2169
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2171
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\TabPageTests.cs (5)
5219
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
5221
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
5223
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
5225
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
5227
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripContentPanelTests.cs (5)
2008
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
2010
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
2012
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
2014
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
2016
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripDropDownTests.cs (5)
5082
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
5084
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
5086
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
5088
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
5090
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\ToolStripTests.cs (5)
7479
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
7481
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
7483
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
7485
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
7487
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\UpDownBaseTests.cs (5)
3089
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
3091
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
3093
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
3095
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
3097
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\UserControlTests.cs (5)
1787
public new const int ScrollStateAutoScrolling =
ScrollableControl
.ScrollStateAutoScrolling;
1789
public new const int ScrollStateHScrollVisible =
ScrollableControl
.ScrollStateHScrollVisible;
1791
public new const int ScrollStateVScrollVisible =
ScrollableControl
.ScrollStateVScrollVisible;
1793
public new const int ScrollStateUserHasScrolled =
ScrollableControl
.ScrollStateUserHasScrolled;
1795
public new const int ScrollStateFullDrag =
ScrollableControl
.ScrollStateFullDrag;
System\Windows\Forms\VScrollPropertiesTests.cs (3)
19
public void VScrollProperties_Ctor_Control(
ScrollableControl
container)
34
public SubVScrollProperties(
ScrollableControl
container) : base(container)
38
public
ScrollableControl
ParentControlEntry => ParentControl;