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