7 references to BehaviorServiceMoveControl
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
371transDesc = string.Format(performCopy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl, name);
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
204copy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl,
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
346return string.Format(performCopy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl, name);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
552trans = host.CreateTransaction(string.Format(SR.BehaviorServiceMoveControl, control.Site.Name));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1891transDesc = string.Format(copy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl, name);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
666transDesc = string.Format(copy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl, name);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2702transDesc = string.Format(copy ? SR.BehaviorServiceCopyControl : SR.BehaviorServiceMoveControl, name);