2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
315
RequiredScaling
= BoundsSpecified.All;
9680
RequiredScaling
= BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9547
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9552
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9556
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9585
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9590
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9594
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9660
includedSpecified =
RequiredScaling
;
9665
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);