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