2 writes to _item
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
750_item = item; 761_item = null;
3 references to _item
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
752ItemContainerGenerator.LinkContainerToItem(_container, _item); 758if (_item != null) 760ItemContainerGenerator.UnlinkContainerFromItem(_container, _item, _itemsControl);