8 overrides of AutoScroll
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (1)
641public override bool AutoScroll {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
358public override bool AutoScroll {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
188public override bool AutoScroll {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
297public override bool AutoScroll {
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
74public override bool AutoScroll {
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
75public override bool AutoScroll {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
117public override bool AutoScroll {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
124public override bool AutoScroll {
8 writes to AutoScroll
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (1)
648base.AutoScroll = value;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
363base.AutoScroll = value;
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
216AutoScroll = true;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
195base.AutoScroll = value;
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
76set { base.AutoScroll = value; }
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
77set { base.AutoScroll = value; }
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
119set { base.AutoScroll = value; }
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
157AutoScroll = false;
24 references to AutoScroll
System.Windows.Forms (24)
winforms\Managed\System\WinForms\Form.cs (1)
642get { return base.AutoScroll;}
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
360return base.AutoScroll;
winforms\Managed\System\WinForms\ScrollableControl.cs (13)
643if (!AutoScroll && this.HorizontalScroll.visible == true) { 646if (!AutoScroll && this.VerticalScroll.visible == true) { 687if (levent.AffectedControl != null && AutoScroll) { 691AdjustFormScrollbars(AutoScroll); 717SyncScrollbars(AutoScroll); 732SyncScrollbars(AutoScroll); 912&& AutoScroll 1058if (AutoScroll) { 1189if (AutoScroll) { 1318if (!AutoScroll) { 1371SyncScrollbars(AutoScroll); 1395if (!AutoScroll) { 1446SyncScrollbars(AutoScroll);
winforms\Managed\System\WinForms\ScrollProperties.cs (5)
79if (parent.AutoScroll) { 141if (parent.AutoScroll) { 175if (parent.AutoScroll) { 294if (parent.AutoScroll) { 318si.nPage = (parent.AutoScroll) ? PageSize : LargeChange;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
299return base.AutoScroll;
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
75get { return base.AutoScroll; }
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
76get { return base.AutoScroll; }
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
118get { return base.AutoScroll; }