Base:
method
ScaleControl
System.Windows.Forms.Control.ScaleControl(System.Drawing.SizeF, System.Windows.Forms.BoundsSpecified)
4 overrides of ScaleControl
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1497
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Form.cs (1)
5147
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1751
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
494
protected override void
ScaleControl
(SizeF factor, BoundsSpecified specified)
4 references to ScaleControl
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1499
base.
ScaleControl
(factor, specified);
System\Windows\Forms\Form.cs (1)
5158
base.
ScaleControl
(factor, specified);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1756
base.
ScaleControl
(factor, specified);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
496
base.
ScaleControl
(factor, specified);