3 writes to AutoScaleDimensions
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
274this.AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 14.0F);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
295this.AutoScaleDimensions = new Size(6, 13);
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
159this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13f);
2 references to AutoScaleDimensions
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
112SizeF saved = AutoScaleDimensions; 333currentAutoScaleDimensions = AutoScaleDimensions;