1 write to _currentAutoScaleFactor
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
143
_currentAutoScaleFactor
= GetCurrentAutoScaleFactor(current, saved);
2 references to _currentAutoScaleFactor
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
145
return
_currentAutoScaleFactor
;
678
return parentControl is ContainerControl container ? container.
_currentAutoScaleFactor
: new SizeF(1F, 1F);