4 writes to Bottom
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
5545
this.DockPadding.
Bottom
= 0;
5551
this.DockPadding.
Bottom
= ResizeBarSize;
6035
this.DockPadding.
Bottom
= ResizeBarSize;
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1717
Bottom
= 0;
1 reference to Bottom
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1748
DockPaddingEdges dpe = new DockPaddingEdges(Left, Right, Top,
Bottom
);