4 writes to RequiredScaling
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
327RequiredScaling = BoundsSpecified.All; 9763RequiredScaling = BoundsSpecified.None;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Internals.cs (2)
42RequiredScaling = value 47control.RequiredScaling = value;
10 references to RequiredScaling
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (8)
9630/// their <see cref="RequiredScaling"/> property. For example, if a control's 9635/// Control bounds that are included in <see cref="RequiredScaling"/>. 9639/// Control bounds that are not included in <see cref="RequiredScaling"/>. 9668/// their <see cref="RequiredScaling"/> property. For example, if a control's 9673/// Control bounds that are included in <see cref="RequiredScaling"/>. 9677/// Control bounds that are not included in <see cref="RequiredScaling"/>. 9743includedSpecified = RequiredScaling; 9748excludedSpecified |= (~RequiredScaling & BoundsSpecified.All);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Internals.cs (2)
44Assert.Equal(value, control.RequiredScaling); 48Assert.Equal(value, control.RequiredScaling);