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