Base:
method
ScaleCore
System.Windows.Forms.ScrollableControl.ScaleCore(System.Single, System.Single)
1 reference to ScaleCore
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2257
public new void ScaleCore(float dx, float dy) => base.
ScaleCore
(dx, dy);