7 writes to currentAutoScaleDimensions
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (7)
163
currentAutoScaleDimensions
= SizeF.Empty;
318
currentAutoScaleDimensions
= GetFontAutoScaleDimensions();
324
currentAutoScaleDimensions
= new SizeF((float)deviceDpi, (float)deviceDpi);
328
currentAutoScaleDimensions
= WindowsGraphicsCacheManager.MeasurementGraphics.DeviceContext.Dpi;
333
currentAutoScaleDimensions
= AutoScaleDimensions;
884
currentAutoScaleDimensions
= SizeF.Empty;
911
currentAutoScaleDimensions
= SizeF.Empty;
2 references to currentAutoScaleDimensions
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
315
if (
currentAutoScaleDimensions
.IsEmpty) {
338
return
currentAutoScaleDimensions
;