1 write to _item
PresentationFramework (1)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
35_item = new WeakReference(item);
2 references to _item
PresentationFramework (2)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
903get { return (_item == null) ? null : _item.Target; }