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)
145return _currentAutoScaleFactor; 678return parentControl is ContainerControl container ? container._currentAutoScaleFactor : new SizeF(1F, 1F);