1 override of Scale
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1071
internal override void
Scale
(SizeF includedFactor, SizeF excludedFactor, Control requestingControl, bool causedByFontChanged = false)
3 references to Scale
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
9588
child.
Scale
(includedFactor, excludedFactor, requestingControl, causedByFontChanged);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
829
child.
Scale
(AutoScaleFactor, SizeF.Empty, this);
1077
base.
Scale
(includedFactor, excludedFactor, requestingControl, causedByFontChanged);