2 writes to AutoScale
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
4005
AutoScale
= false;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
75
set => base.
AutoScale
= value;
2 references to AutoScale
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
74
get => base.
AutoScale
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
89
return !_initializing && ((Form)Component).
AutoScale
&& ShadowProperties.Contains(nameof(AutoScaleBaseSize));