5 references to Scale
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
9496children[i].Scale(factor);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ScrollableControlTests.cs (2)
2196control.Scale(new SizeF(10, 20)); 2209control.Scale(new SizeF(10, 20));
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
187Child.Scale(new System.Drawing.SizeF((float)(newScale.X / _currentScale.X), (float)(newScale.Y / _currentScale.Y)));
WinFormsControlsTest (1)
ScalingBeforeChanges.cs (1)
102checkBox1.Scale(new SizeF(factorX, factorY));