1 type derived from HScrollBar
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.HorizontalScrollBar.cs (1)
8
internal class HorizontalScrollBar :
HScrollBar
1 instantiation of HScrollBar
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
257
private HScrollBar _horizScrollBar =
new
();
2 references to HScrollBar
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
257
private
HScrollBar
_horizScrollBar = new();
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
576
if (this is
HScrollBar
)