1 write to Left
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (1)
200
private void ResetLeft() =>
Left
= 0;
5 references to Left
System.Windows.Forms (5)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (5)
188
Left
== dpeOther.
Left
&&
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);