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