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