4 references to Item
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
8319
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, column.Header));
8327
rowIndex = Items.IndexOf(args.
Item
);
8346
cellValue = column.OnCopyingCellClipboardContent(args.
Item
);
8349
args.ClipboardRowContent.Add(new DataGridClipboardCellContent(args.
Item
, column, cellValue));