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