4 writes to Bottom
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (3)
124DockPadding.Bottom = 0; 132DockPadding.Bottom = s_resizeBarSize; 640DockPadding.Bottom = s_resizeBarSize;
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (1)
198private void ResetBottom() => Bottom = 0;
5 references to Bottom
System.Windows.Forms (5)
System\Windows\Forms\Scrolling\ScrollableControl.DockPaddingEdgesConverter.cs (5)
191Bottom == dpeOther.Bottom; 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);