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