4 references to Item
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
8306
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, column.Header));
8314
rowIndex = Items.IndexOf(args.
Item
);
8333
cellValue = column.OnCopyingCellClipboardContent(args.
Item
);
8336
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, cellValue));