2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
332
RequiredScaling
= BoundsSpecified.All;
10565
RequiredScaling
= BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
10432
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
10437
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
10441
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
10470
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
10475
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
10479
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
10545
includedSpecified =
RequiredScaling
;
10550
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);