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)
1627protected override void ScaleControl(SizeF factor, BoundsSpecified specified)
System\Windows\Forms\Form.cs (1)
5378protected 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)
1629base.ScaleControl(factor, specified);
System\Windows\Forms\Form.cs (1)
5389base.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);