5 writes to TargetItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
1988
maction.
TargetItem
= item;
1993
maction.
TargetItem
= item;
2002
maction.
TargetItem
= source;
2018
maction.
TargetItem
= source;
2031
maction.
TargetItem
= source;
5 references to TargetItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
2125
historyItem.IndexCollection.Remove(historyItem.
TargetItem
);
2127
historyItem.PreviousIndexCollection.Insert(Math.Min(historyItem.PreviousIndex, historyItem.PreviousIndexCollection.Count), historyItem.
TargetItem
);
2130
historyItem.IndexCollection.Insert(Math.Min(historyItem.Index, historyItem.IndexCollection.Count), historyItem.
TargetItem
);
2288
return "MergeAction: " + mergeAction.ToString() + " | TargetItem: " + (
TargetItem
== null ? "null" :
TargetItem
.Text) + " Index: " + index.ToString(CultureInfo.CurrentCulture);