18 writes to AutoScaleDimensions
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
726
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
160
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
216
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
205
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
209
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
120
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RMPermissions.Designer.cs (1)
182
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
369
this.
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
202
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\SigningDialog.Designer.cs (1)
254
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
MS\Internal\Documents\SigningProgress.Designer.cs (1)
55
AutoScaleDimensions
= new System.Drawing.SizeF(6F, 13F);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
265
AutoScaleDimensions
= new SizeF(7F, 15F);
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
72
AutoScaleDimensions
= new Size(6, 13);
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
162
AutoScaleDimensions
= new SizeF(6F, 13F);
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
238
AutoScaleDimensions
= new Drawing.SizeF(6F, 13F);
System\Windows\Forms\Design\DocumentDesigner.cs (2)
80
c?.
AutoScaleDimensions
= value;
115
c.
AutoScaleDimensions
= c.CurrentAutoScaleDimensions;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
203
AutoScaleDimensions
= new Drawing.SizeF(6, 13);
3 references to AutoScaleDimensions
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (1)
4590
SizeF autoScaleFactor = GetCurrentAutoScaleFactor(currentAutoScaleDimensions,
AutoScaleDimensions
);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
138
SizeF saved =
AutoScaleDimensions
;
343
currentAutoScaleDimensions =
AutoScaleDimensions
;