6 references to BehaviorServiceCopyControls
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
375transDesc = string.Format(performCopy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls, _dragComponents.Length);
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
209copy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls,
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
349return string.Format(performCopy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls, _dragControls.Count);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1895transDesc = string.Format(copy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls, dragComponents.Count);
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
670transDesc = string.Format(copy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls, dragComponents.Count);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2706transDesc = string.Format(copy ? SR.BehaviorServiceCopyControls : SR.BehaviorServiceMoveControls, dragComponents.Count);