1 override of AutoScaleBaseSize
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
668
public override Size
AutoScaleBaseSize
3 writes to AutoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
306
AutoScaleBaseSize
= new Size(5, 14);
System\Windows\Forms\Form.cs (1)
3057
AutoScaleBaseSize
= newVar;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
53
base.
AutoScaleBaseSize
= new Size(5, 13);
3 references to AutoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
3042
Size baseVar =
AutoScaleBaseSize
;
5946
/// Indicates whether the <see cref="
AutoScaleBaseSize
"/> property should be
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
670
get => base.
AutoScaleBaseSize
;