1 write to autoScaleMode
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
164autoScaleMode = value;
3 references to autoScaleMode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (3)
143return autoScaleMode; 153if (value != autoScaleMode) { 159if (autoScaleMode != AutoScaleMode.Inherit) {