2 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
314
RequiredScaling
= BoundsSpecified.All;
9679
RequiredScaling
= BoundsSpecified.None;
8 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9546
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9551
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9555
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9584
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9589
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9593
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9659
includedSpecified =
RequiredScaling
;
9664
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);