2 writes to _item
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
743
_item
= item;
754
_item
= null;
3 references to _item
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
745
ItemContainerGenerator.LinkContainerToItem(_container,
_item
);
751
if (
_item
!= null)
753
ItemContainerGenerator.UnlinkContainerFromItem(_container,
_item
, _itemsControl);