3 references to DragDropMoveComponent
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\CommandSet.cs (1)
785: host.CreateTransaction(string.Format(SR.DragDropMoveComponent, comp.Site?.Name));
System\Windows\Forms\Design\SelectionUIService.cs (2)
277transactionName = string.Format(SR.DragDropMoveComponent, name); 1132trans = _host.CreateTransaction(string.Format(SR.DragDropMoveComponent, comp.Site!.Name));