1 override of Scale
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1070internal override void Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl) {
3 references to Scale
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
856child.Scale(AutoScaleFactor, SizeF.Empty, this); 1075base.Scale(includedFactor, excludedFactor, requestingControl);
winforms\Managed\System\WinForms\Control.cs (1)
11398c.Scale(includedFactor, excludedFactor, requestingControl);