1 write to HScroll
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1005HScroll = horiz;
18 references to HScroll
System.Windows.Forms (18)
System\Windows\Forms\Form.cs (4)
3077bool hscr = HScroll; 5357bool hadHScroll = HScroll, hadVScroll = VScroll; 5372if (HScroll != hadHScroll) 5374if (HScroll)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
428if (!HScroll && !VScroll && cellBorderStyle != TableLayoutPanelCellBorderStyle.None)
System\Windows\Forms\Scrolling\ScrollableControl.cs (13)
161if (HScroll || HorizontalScroll.Visible) 197if (HScroll) 282if (!displayScrollbars && (HScroll || VScroll)) 306if (HScroll) 527if (HScroll || VScroll) 622else if (HScroll) 658if ((HScroll || VScroll) && 826&& (HScroll || VScroll) 973if ((!horiz && HScroll) 974|| (horiz && !HScroll) 984if (horiz && !HScroll && (RightToLeft == RightToLeft.Yes)) 1063if (!HScroll) 1146if (HScroll)