2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
316RequiredScaling = BoundsSpecified.All; 9681RequiredScaling = BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9548/// their <see cref="RequiredScaling"/> property. For example, if a control's 9553/// Control bounds that are included in <see cref="RequiredScaling"/>. 9557/// Control bounds that are not included in <see cref="RequiredScaling"/>. 9586/// their <see cref="RequiredScaling"/> property. For example, if a control's 9591/// Control bounds that are included in <see cref="RequiredScaling"/>. 9595/// Control bounds that are not included in <see cref="RequiredScaling"/>. 9661includedSpecified = RequiredScaling; 9666excludedSpecified |= (~RequiredScaling & BoundsSpecified.All);