2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
332RequiredScaling = BoundsSpecified.All; 10507RequiredScaling = BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
10374/// their <see cref="RequiredScaling"/> property. For example, if a control's 10379/// Control bounds that are included in <see cref="RequiredScaling"/>. 10383/// Control bounds that are not included in <see cref="RequiredScaling"/>. 10412/// their <see cref="RequiredScaling"/> property. For example, if a control's 10417/// Control bounds that are included in <see cref="RequiredScaling"/>. 10421/// Control bounds that are not included in <see cref="RequiredScaling"/>. 10487includedSpecified = RequiredScaling; 10492excludedSpecified |= (~RequiredScaling & BoundsSpecified.All);