2 references to Scale
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
9634children[i].Scale(factor);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
182Child?.Scale(new System.Drawing.SizeF((float)(newScale.X / _currentScale.X), (float)(newScale.Y / _currentScale.Y)));