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