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