1 override of AutoScaleBaseSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1184public override Size AutoScaleBaseSize {
6 writes to AutoScaleBaseSize
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
88AutoScaleBaseSize = new System.Drawing.Size(5, 14);
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
232this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
UI\MobileControls\Design\Util\GenericUI.cs (1)
54dialog.AutoScaleBaseSize = new Size(5, 14);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
338AutoScaleBaseSize = new Size(5, 14);
winforms\Managed\System\WinForms\Form.cs (1)
3387AutoScaleBaseSize = newVar;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
73base.AutoScaleBaseSize = new Size(5, 13);
3 references to AutoScaleBaseSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
3368Size baseVar = AutoScaleBaseSize; 6266/// <para>Indicates whether the <see cref='System.Windows.Forms.Form.AutoScaleBaseSize'/> property should be
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1186return base.AutoScaleBaseSize;