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