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)
5785protected override void ScaleCore(float x, float y) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2962protected override void ScaleCore(float dx, float dy) {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
490protected override void ScaleCore(float dx, float dy) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1693protected override void ScaleCore(float dx, float dy) {
1 reference to ScaleCore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
492base.ScaleCore(dx, dy);