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