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)
903
get { return (
_item
== null) ? null :
_item
.Target; }