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)
310
if (
_currentAutoScaleDimensions
.IsEmpty)
315
return
_currentAutoScaleDimensions
;