3 writes to RequiredScalingEnabled
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
313RequiredScalingEnabled = true; 4148RequiredScalingEnabled = value.RequiredScalingEnabled;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
615start.RequiredScalingEnabled = enable;
3 references to RequiredScalingEnabled
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
4148RequiredScalingEnabled = value.RequiredScalingEnabled;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
876PerformAutoScale(!RequiredScalingEnabled, excludedBounds: true, causedByFontChanged: true); 922_state[s_stateParentChanged] = !RequiredScalingEnabled;