3 writes to _currentAutoScaleDimensions
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
185_currentAutoScaleDimensions = SizeF.Empty; 312_currentAutoScaleDimensions = GetCurrentAutoScaleDimensions(FontHandle); 864_currentAutoScaleDimensions = SizeF.Empty;
2 references to _currentAutoScaleDimensions
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
310if (_currentAutoScaleDimensions.IsEmpty) 315return _currentAutoScaleDimensions;