4 references to Top
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (3)
147
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Top
;
169
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Top
;
218
snapDirections |= ToolboxSnapDragDropEventArgs.SnapDirection.
Top
;
System\Windows\Forms\Design\DesignerUtils.cs (1)
572
if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.
Top
) != 0)