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)
781
ItemContainerGenerator.LinkContainerToItem(_container,
_item
);
787
if (
_item
!= null)
789
ItemContainerGenerator.UnlinkContainerFromItem(_container,
_item
, _itemsControl);