1 write to SnapDirections
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolboxSnapDragDropEventArgs.cs (1)
24
SnapDirections
= snapDirections;
6 references to SnapDirections
System.Windows.Forms.Design (6)
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)