Base:
property
AutoScroll
System.Windows.Forms.ScrollableControl.AutoScroll
1 override of AutoScroll
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
136public override bool AutoScroll {
2 writes to AutoScroll
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
7707owner.AutoScroll = false;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
142base.AutoScroll = value;
1 reference to AutoScroll
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
139return base.AutoScroll;