2 writes to AutoScale
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
4613AutoScale = false;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
123base.AutoScale = value;
1 reference to AutoScale
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
118return base.AutoScale;