9 instantiations of SubScrollBar
System.Windows.Forms.Tests (9)
System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarAccessibleObjectTests.cs (9)
24
using SubScrollBar scrollBar =
new
();
41
using SubScrollBar scrollBar =
new
();
63
using SubScrollBar scrollBar =
new
()
96
using ScrollBar scrollBar = new
SubScrollBar
();
109
using SubScrollBar scrollBar =
new
();
122
using SubScrollBar scrollBar =
new
()
152
using SubScrollBar scrollBar =
new
() { Enabled = true };
166
using SubScrollBar scrollBar =
new
();
183
using SubScrollBar scrollBar =
new
();
8 references to SubScrollBar
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\ScrollBar.ScrollBarAccessibleObjectTests.cs (8)
24
using
SubScrollBar
scrollBar = new();
41
using
SubScrollBar
scrollBar = new();
63
using
SubScrollBar
scrollBar = new()
109
using
SubScrollBar
scrollBar = new();
122
using
SubScrollBar
scrollBar = new()
152
using
SubScrollBar
scrollBar = new() { Enabled = true };
166
using
SubScrollBar
scrollBar = new();
183
using
SubScrollBar
scrollBar = new();