4 references to Item
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
8362
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, column.Header));
8370
rowIndex = Items.IndexOf(args.
Item
);
8389
cellValue = column.OnCopyingCellClipboardContent(args.
Item
);
8392
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, cellValue));