9 instantiations of SubScrollBar
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarAccessibleObjectTests.cs (9)
22
using SubScrollBar scrollBar =
new
();
39
using SubScrollBar scrollBar =
new
();
61
using SubScrollBar scrollBar =
new
()
94
using ScrollBar scrollBar = new
SubScrollBar
();
107
using SubScrollBar scrollBar =
new
();
120
using SubScrollBar scrollBar =
new
()
150
using SubScrollBar scrollBar =
new
() { Enabled = true };
164
using SubScrollBar scrollBar =
new
();
181
using SubScrollBar scrollBar =
new
();
8 references to SubScrollBar
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarAccessibleObjectTests.cs (8)
22
using
SubScrollBar
scrollBar = new();
39
using
SubScrollBar
scrollBar = new();
61
using
SubScrollBar
scrollBar = new()
107
using
SubScrollBar
scrollBar = new();
120
using
SubScrollBar
scrollBar = new()
150
using
SubScrollBar
scrollBar = new() { Enabled = true };
164
using
SubScrollBar
scrollBar = new();
181
using
SubScrollBar
scrollBar = new();