2 writes to _item
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
773_item = item; 784_item = null;
3 references to _item
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
775ItemContainerGenerator.LinkContainerToItem(_container, _item); 781if (_item != null) 783ItemContainerGenerator.UnlinkContainerFromItem(_container, _item, _itemsControl);