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