1 override of Scale
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
1070
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)
9628
child.
Scale
(includedFactor, excludedFactor, requestingControl, causedByFontChanged);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
828
child.
Scale
(AutoScaleFactor, SizeF.Empty, this);
1076
base.
Scale
(includedFactor, excludedFactor, requestingControl, causedByFontChanged);