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