Base:
method
ScaleCore
System.Windows.Forms.Control.ScaleCore(System.Single, System.Single)
3 overrides of ScaleCore
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1458
protected override void
ScaleCore
(float dx, float dy)
System\Windows\Forms\Form.cs (1)
5077
protected override void
ScaleCore
(float x, float y)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
485
protected override void
ScaleCore
(float dx, float dy)
2 references to ScaleCore
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
487
base.
ScaleCore
(dx, dy);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2656
public new void ScaleCore(float dx, float dy) => base.
ScaleCore
(dx, dy);