1 write to Right
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (1)
202
private void ResetRight() =>
Right
= 0;
5 references to Right
System.Windows.Forms (5)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (5)
190
Right
== dpeOther.
Right
&&
194
public override int GetHashCode() => HashCode.Combine(Left, Top,
Right
, Bottom);
211
public override string ToString() => $"{{Left={Left},Top={Top},Right={
Right
},Bottom={Bottom}}}";
213
object ICloneable.Clone() => new DockPaddingEdges(Left,
Right
, Top, Bottom);