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)
1458protected override void ScaleCore(float dx, float dy)
System\Windows\Forms\Form.cs (1)
5077protected override void ScaleCore(float x, float y)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
485protected override void ScaleCore(float dx, float dy)
2 references to ScaleCore
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
487base.ScaleCore(dx, dy);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollableControlTests.cs (1)
2656public new void ScaleCore(float dx, float dy) => base.ScaleCore(dx, dy);