2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
316
RequiredScaling
= BoundsSpecified.All;
9681
RequiredScaling
= 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
"/>.
9661
includedSpecified =
RequiredScaling
;
9666
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);