3 writes to RequiredScalingEnabled
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
314RequiredScalingEnabled = true; 4149RequiredScalingEnabled = value.RequiredScalingEnabled;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
616start.RequiredScalingEnabled = enable;
3 references to RequiredScalingEnabled
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4149RequiredScalingEnabled = value.RequiredScalingEnabled;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
877PerformAutoScale(!RequiredScalingEnabled, excludedBounds: true, causedByFontChanged: true); 923_state[s_stateParentChanged] = !RequiredScalingEnabled;