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