4 references to Clone
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
5023
_selectionAnchor = new DataGridCellInfo(info.
Clone
(), ColumnFromDisplayIndex(0), this);
5258
SelectedItemCollection.Add(info.
Clone
());
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (1)
103
_info = info._info.
Clone
();
src\Framework\System\Windows\Controls\ListBox.cs (1)
993
set { _anchorItem = (value != null) ? value.
Clone
() : null; } // clone, so that adjustments to selection and anchor don't double-adjust