2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
314
RequiredScaling
= BoundsSpecified.All;
9673
RequiredScaling
= BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9540
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9545
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9549
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9578
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9583
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9587
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9653
includedSpecified =
RequiredScaling
;
9658
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);