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