4 references to Clone
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
4977
_selectionAnchor = new DataGridCellInfo(info.
Clone
(), ColumnFromDisplayIndex(0), this);
5212
SelectedItemCollection.Add(info.
Clone
());
System\Windows\Controls\DataGridCellInfo.cs (1)
91
_info = info._info.
Clone
();
System\Windows\Controls\ListBox.cs (1)
1028
set { _anchorItem = value?.
Clone
(); } // clone, so that adjustments to selection and anchor don't double-adjust