1 write to _itemsControl
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
765
_itemsControl
= itemsControl;
2 references to _itemsControl
PresentationFramework (2)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
776
((IItemContainerGenerator)
_itemsControl
.ItemContainerGenerator).PrepareItemContainer(_container);
783
ItemContainerGenerator.UnlinkContainerFromItem(_container, _item,
_itemsControl
);