Base:
method
ScaleControl
System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
4 overrides of ScaleControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
5838
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1883
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
500
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1728
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified) {
4 references to ScaleControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
5848
base.
ScaleControl
(factor, specified);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1887
base.
ScaleControl
(factor, specified);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
501
base.
ScaleControl
(factor, specified);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1730
base.
ScaleControl
(factor, specified);