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