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