4 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
322
RequiredScaling
= BoundsSpecified.All;
9776
RequiredScaling
= BoundsSpecified.None;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Internals.cs (2)
42
RequiredScaling
= value
47
control.
RequiredScaling
= value;
10 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9643
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9648
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9652
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9681
/// their <see cref="
RequiredScaling
"/> property. For example, if a control's
9686
/// Control bounds that are included in <see cref="
RequiredScaling
"/>.
9690
/// Control bounds that are not included in <see cref="
RequiredScaling
"/>.
9756
includedSpecified =
RequiredScaling
;
9761
excludedSpecified |= (~
RequiredScaling
& BoundsSpecified.All);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Internals.cs (2)
44
Assert.Equal(value, control.
RequiredScaling
);
48
Assert.Equal(value, control.
RequiredScaling
);