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