1 write to SnapDirections
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolboxSnapDragDropEventArgs.cs (1)
24SnapDirections = snapDirections;
6 references to SnapDirections
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DesignerUtils.cs (6)
572if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Top) != 0) 576else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Bottom) != 0) 584if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Left) != 0) 588else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Right) != 0) 596if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Left) != 0) 601else if ((e.SnapDirections & ToolboxSnapDragDropEventArgs.SnapDirection.Right) != 0)