4 references to Item
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
8392args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.Item, column, column.Header)); 8400rowIndex = Items.IndexOf(args.Item); 8419cellValue = column.OnCopyingCellClipboardContent(args.Item); 8422args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.Item, column, cellValue));