3 writes to _currentAutoScaleDimensions
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (3)
186_currentAutoScaleDimensions = SizeF.Empty; 313_currentAutoScaleDimensions = GetCurrentAutoScaleDimensions(FontHandle); 865_currentAutoScaleDimensions = SizeF.Empty;
2 references to _currentAutoScaleDimensions
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
311if (_currentAutoScaleDimensions.IsEmpty) 316return _currentAutoScaleDimensions;