20 references to SnapDirection
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (12)
110
ToolboxSnapDragDropEventArgs.
SnapDirection
snapDirections = ToolboxSnapDragDropEventArgs.
SnapDirection
.None;
131
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Left;
137
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Right;
149
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Top;
155
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Bottom;
171
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Top;
177
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Bottom;
189
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Left;
195
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Right;
214
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Left;
220
snapDirections |= ToolboxSnapDragDropEventArgs.
SnapDirection
.Top;
System\Windows\Forms\Design\Behavior\ToolboxSnapDragDropEventArgs.cs (2)
21
public ToolboxSnapDragDropEventArgs(
SnapDirection
snapDirections, Point offset, DragEventArgs origArgs)
32
public
SnapDirection
SnapDirections { get; }
System\Windows\Forms\Design\DesignerUtils.cs (6)
572
if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Top) != 0)
576
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Bottom) != 0)
584
if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Left) != 0)
588
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Right) != 0)
596
if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Left) != 0)
601
else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.
SnapDirection
.Right) != 0)