2 writes to RequiredScaling
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
498
RequiredScaling
= BoundsSpecified.All;
11461
RequiredScaling
= BoundsSpecified.None;
2 references to RequiredScaling
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
11439
includedSpecified =
RequiredScaling
;
11443
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);