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)
231
trans = host.CreateTransaction(string.Format(SR.
DragDropMoveComponents
, _components.Length));
System\Windows\Forms\Design\SelectionUIService.cs (2)
260
transactionName = string.Format(SR.
DragDropMoveComponents
, objects.Length);
1126
trans = _host.CreateTransaction(string.Format(SR.
DragDropMoveComponents
, components.Length));