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)
2997
AutoScaleBaseSize
= newVar;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
53
base.
AutoScaleBaseSize
= new Size(5, 13);
7 references to AutoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
2982
Size baseVar =
AutoScaleBaseSize
;
5847
/// Indicates whether the <see cref="
AutoScaleBaseSize
"/> property should be
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
670
get => base.
AutoScaleBaseSize
;
System.Windows.Forms.Tests (4)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (2)
31
Assert.True(control.
AutoScaleBaseSize
.Width > 0);
32
Assert.True(control.
AutoScaleBaseSize
.Height > 0);
System\Windows\Forms\FormTests.cs (2)
29
Assert.True(control.
AutoScaleBaseSize
.Width > 0);
30
Assert.True(control.
AutoScaleBaseSize
.Height > 0);