2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
315
RequiredScaling
= BoundsSpecified.All;
9640
RequiredScaling
= BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9507
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9512
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9516
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9545
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9550
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9554
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9620
includedSpecified =
RequiredScaling
;
9625
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);