1 override of AutoScaleBaseSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1184
public override Size
AutoScaleBaseSize
{
6 writes to AutoScaleBaseSize
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
88
AutoScaleBaseSize
= new System.Drawing.Size(5, 14);
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
232
this.
AutoScaleBaseSize
= new System.Drawing.Size(5, 13);
UI\MobileControls\Design\Util\GenericUI.cs (1)
54
dialog.
AutoScaleBaseSize
= new Size(5, 14);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
338
AutoScaleBaseSize
= new Size(5, 14);
winforms\Managed\System\WinForms\Form.cs (1)
3387
AutoScaleBaseSize
= newVar;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
73
base.
AutoScaleBaseSize
= new Size(5, 13);
3 references to AutoScaleBaseSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
3368
Size 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)
1186
return base.
AutoScaleBaseSize
;