Home
last modified time | relevance | path

Searched refs:PublicScaleCore (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DControlHandleTest.cs556 c.PublicScaleCore (1.5f, 1.5f); in TestProtectedMethods()
626 public void PublicScaleCore (float dx, float dy) { base.ScaleCore (dx, dy); } in PublicScaleCore() method in MonoTests.System.Windows.Forms.ControlHandleTest.ProtectedMethodsControl
H A DFormHandleTest.cs990 c.PublicScaleCore (1.5f, 1.5f); in TestProtectedMethods()
1161 public void PublicScaleCore (float dx, float dy) { base.ScaleCore (dx, dy); } in PublicScaleCore() method in MonoTests.System.Windows.Forms.FormHandleTest.ProtectedMethodsForm
H A DMdiFormHandleTest.cs1249 child1.PublicScaleCore (1.5f, 1.5f); in TestProtectedMethods()
1472 public void PublicScaleCore (float dx, float dy) { base.ScaleCore (dx, dy); } in PublicScaleCore() method in MonoTests.System.Windows.Forms.MdiFormHandleTest.ProtectedForm