2 writes to _item
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
779_item = item; 790_item = null;
3 references to _item
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
781ItemContainerGenerator.LinkContainerToItem(_container, _item); 787if (_item != null) 789ItemContainerGenerator.UnlinkContainerFromItem(_container, _item, _itemsControl);