4 overrides of ScaleCore
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MDIClient.cs (1)
204protected override void ScaleCore(float dx, float dy) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
804protected override void ScaleCore(float dx, float dy) {
winforms\Managed\System\WinForms\TabControl.cs (1)
1891protected override void ScaleCore(float dx, float dy) {
winforms\Managed\System\WinForms\ToolBar.cs (1)
828protected override void ScaleCore(float dx, float dy) {
5 references to ScaleCore
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
11276ScaleCore(ratio, ratio); 11291ScaleCore(dx, dy);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
806base.ScaleCore(dx, dy);
winforms\Managed\System\WinForms\TabControl.cs (1)
1893base.ScaleCore(dx, dy);
winforms\Managed\System\WinForms\ToolBar.cs (1)
831base.ScaleCore(dx, dy);