3 writes to RequiredScalingEnabled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
654start.RequiredScalingEnabled = enable;
winforms\Managed\System\WinForms\Control.cs (2)
497RequiredScalingEnabled = true; 5470RequiredScalingEnabled = value.RequiredScalingEnabled;
3 references to RequiredScalingEnabled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
894PerformAutoScale(!RequiredScalingEnabled, true); 953state[stateParentChanged] = !RequiredScalingEnabled;
winforms\Managed\System\WinForms\Control.cs (1)
5470RequiredScalingEnabled = value.RequiredScalingEnabled;