2 types derived from VScrollBar
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.VerticalScrollBar.cs (1)
8
internal class VerticalScrollBar :
VScrollBar
System.Windows.Forms.Tests (1)
System\Windows\Forms\VScrollBarTests.cs (1)
234
private class SubVScrollBar :
VScrollBar
24 instantiations of VScrollBar
Accessibility_Core_App (1)
RemainingControls.Designer.cs (1)
33
this.vScrollBar1 = new System.Windows.Forms.
VScrollBar
();
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
258
private VScrollBar _vertScrollBar =
new
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
469
_scrollBar = new
VScrollBar
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
446
_scrollBar = new
VScrollBar
();
System.Windows.Forms.Tests (19)
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstLineButtonAccessibleObjectTests.cs (1)
319
VScrollBar vScrollBar =
new
()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstPageButtonAccessibleObjectTests.cs (1)
357
VScrollBar vScrollBar =
new
()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastLineButtonAccessibleObjectTests.cs (1)
329
VScrollBar vScrollBar =
new
()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs (1)
344
VScrollBar hScrollBar =
new
()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarThumbAccessibleObjectTests.cs (1)
265
VScrollBar hScrollBar =
new
()
System\Windows\Forms\AccessibleObjects\VScrollBar.VScrollBarAccessibleObjectTests.cs (7)
24
using VScrollBar scrollBar =
new
();
44
using VScrollBar scrollBar =
new
();
59
using VScrollBar scrollBar =
new
();
71
using VScrollBar scrollBar =
new
();
99
using VScrollBar scrollBar =
new
();
250
using VScrollBar scrollBar =
new
()
261
VScrollBar vScrollBar =
new
()
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
194
{ new
VScrollBar
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\ScrollBarTests.cs (6)
3024
using VScrollBar vScrollBar =
new
();
3037
using VScrollBar vScrollBar =
new
();
3051
using VScrollBar vScrollBar =
new
();
3068
using VScrollBar vScrollBar =
new
();
3081
using VScrollBar vScrollBar =
new
();
3099
using VScrollBar vScrollBar =
new
();
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
37
this.vScrollBar = new System.Windows.Forms.
VScrollBar
();
165 references to VScrollBar
Accessibility_Core_App (1)
RemainingControls.Designer.cs (1)
139
private System.Windows.Forms.
VScrollBar
vScrollBar1;
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
258
private
VScrollBar
_vertScrollBar = new();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
84
private
VScrollBar
? _scrollBar;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
42
private
VScrollBar
_scrollBar;
System.Windows.Forms.Tests (160)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
35
typeof(
VScrollBar
),
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstLineButtonAccessibleObjectTests.cs (25)
17
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
30
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
41
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
52
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
63
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
74
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
85
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
96
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
107
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
118
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
130
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
141
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
157
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
173
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
189
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
206
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum: 100, value: 50);
228
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum, value);
243
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
258
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
273
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
285
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
297
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
309
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
317
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
319
VScrollBar
vScrollBar = new()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarFirstPageButtonAccessibleObjectTests.cs (28)
17
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
30
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
41
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
52
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
63
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
74
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
85
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
96
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
107
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
118
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
129
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
141
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
152
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
163
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
181
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
197
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
213
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
229
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum: 100, value: 50);
251
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum, value);
266
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
281
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
296
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
311
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
323
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
335
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
347
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
355
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
357
VScrollBar
vScrollBar = new()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastLineButtonAccessibleObjectTests.cs (26)
17
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
30
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
41
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
52
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
63
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
74
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
85
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
96
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
107
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
118
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
129
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
140
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
151
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
167
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
183
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
199
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
216
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum: 100, value: 50);
238
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum, value);
253
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
268
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
283
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
295
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
307
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
319
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
327
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
329
VScrollBar
vScrollBar = new()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs (27)
17
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
30
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
41
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
52
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
63
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
74
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
85
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
96
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
107
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
118
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
130
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
141
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
152
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
168
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
184
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
200
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
216
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum: 100, value: 50);
238
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum: 0, maximum, value);
253
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
268
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
283
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
298
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
310
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
322
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
334
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
342
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
344
VScrollBar
hScrollBar = new()
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarThumbAccessibleObjectTests.cs (22)
17
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
30
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
41
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
52
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
63
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
74
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
85
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
96
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
107
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
118
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
129
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
140
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
156
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
172
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
188
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
204
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
219
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
231
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
243
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
255
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
263
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
265
VScrollBar
hScrollBar = new()
System\Windows\Forms\AccessibleObjects\VScrollBar.VScrollBarAccessibleObjectTests.cs (18)
24
using
VScrollBar
scrollBar = new();
44
using
VScrollBar
scrollBar = new();
59
using
VScrollBar
scrollBar = new();
71
using
VScrollBar
scrollBar = new();
99
using
VScrollBar
scrollBar = new();
113
using
VScrollBar
scrollBar = GetVScrollBar(createControl, rightToLeft, minimum, maximum, value);
125
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
136
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
147
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
158
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
169
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
185
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
201
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
217
using
VScrollBar
scrollBar = GetVScrollBar(createControl: true, rightToLeft, minimum, maximum, value);
233
using
VScrollBar
scrollBar = GetVScrollBar(createControl: false, rightToLeft, minimum, maximum, value);
250
using
VScrollBar
scrollBar = new()
259
private
VScrollBar
GetVScrollBar(bool createControl, RightToLeft rightToLeft, int minimum, int maximum, int value)
261
VScrollBar
vScrollBar = new()
System\Windows\Forms\ScrollBarTests.cs (13)
3024
using
VScrollBar
vScrollBar = new();
3037
using
VScrollBar
vScrollBar = new();
3051
using
VScrollBar
vScrollBar = new();
3068
using
VScrollBar
vScrollBar = new();
3081
using
VScrollBar
vScrollBar = new();
3099
using
VScrollBar
vScrollBar = new();
3105
private void SetVScrollBar(
VScrollBar
vScrollBar, RightToLeft rightToLeft, int minimum, int maximum, int value)
3118
private ScrollBar.ScrollBarFirstPageButtonAccessibleObject VFirstPageButton(
VScrollBar
vScrollBar)
3119
=> ((
VScrollBar
.ScrollBarAccessibleObject)vScrollBar.AccessibilityObject).FirstPageButtonAccessibleObject;
3121
private ScrollBar.ScrollBarLastPageButtonAccessibleObject VLastPageButton(
VScrollBar
vScrollBar)
3122
=> ((
VScrollBar
.ScrollBarAccessibleObject)vScrollBar.AccessibilityObject).LastPageButtonAccessibleObject;
3138
=> ((
VScrollBar
.ScrollBarAccessibleObject)hScrollBar.AccessibilityObject).FirstPageButtonAccessibleObject;
3141
=> ((
VScrollBar
.ScrollBarAccessibleObject)hScrollBar.AccessibilityObject).LastPageButtonAccessibleObject;
WinFormsControlsTest (1)
ScrollBars.Designer.cs (1)
159
private System.Windows.Forms.
VScrollBar
vScrollBar;