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