Base:
property
AutoScroll
System.Windows.Forms.ScrollableControl.AutoScroll
1 override of AutoScroll
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
81
public override bool
AutoScroll
2 writes to AutoScroll
System.Windows.Forms (2)
System\Windows\Forms\Form.ControlCollection.cs (1)
38
_owner.
AutoScroll
= false;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
84
set => base.
AutoScroll
= value;
3 references to AutoScroll
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
83
get => base.
AutoScroll
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
429
if (form.HorizontalScroll.Visible && form.
AutoScroll
)
434
if (form.VerticalScroll.Visible && form.
AutoScroll
)