1 override of AllowGenericDragBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
114
protected override bool
AllowGenericDragBox
=> false;
1 reference to AllowGenericDragBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1589
_toolboxItemSnapLineBehavior ??= new ToolboxItemSnapLineBehavior(Component.Site, BehaviorService, this,
AllowGenericDragBox
);