4 references to DragDropMoveComponents
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\CommandSet.cs (1)
784? host.CreateTransaction(string.Format(SR.DragDropMoveComponents, SelectionService.SelectionCount))
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (1)
231trans = host.CreateTransaction(string.Format(SR.DragDropMoveComponents, _components.Length));
System\Windows\Forms\Design\SelectionUIService.cs (2)
260transactionName = string.Format(SR.DragDropMoveComponents, objects.Length); 1126trans = _host.CreateTransaction(string.Format(SR.DragDropMoveComponents, components.Length));