1 write to _item
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridClipboardCellContent.cs (1)
26_item = item;
9 references to _item
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataGridClipboardCellContent.cs (9)
36get { return _item; } 70(_item == clipboardCellContent._item); 84(_item == null ? 0 : _item.GetHashCode())); 100(clipboardCellContent1._item == clipboardCellContent2._item); 116(clipboardCellContent1._item != clipboardCellContent2._item);