Base:
method
ScaleCore
System.Windows.Forms.Control.ScaleCore(System.Single, System.Single)
4 overrides of ScaleCore
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
5785
protected override void
ScaleCore
(float x, float y) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2962
protected override void
ScaleCore
(float dx, float dy) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
490
protected override void
ScaleCore
(float dx, float dy) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1693
protected override void
ScaleCore
(float dx, float dy) {
1 reference to ScaleCore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
492
base.
ScaleCore
(dx, dy);