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