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)
1497protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Form.cs (1)
5147protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1751protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
494protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
4 references to ScaleControl
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1499base.ScaleControl(factor, specified);
System\Windows\Forms\Form.cs (1)
5158base.ScaleControl(factor, specified);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1756base.ScaleControl(factor, specified);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
496base.ScaleControl(factor, specified);