1 write to _container
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
766
_container
= ((MS.Internal.Controls.IGeneratorHost)itemsControl).GetContainerForItem(item);
4 references to _container
PresentationFramework (4)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
775
ItemContainerGenerator.LinkContainerToItem(
_container
, _item);
776
((IItemContainerGenerator)_itemsControl.ItemContainerGenerator).PrepareItemContainer(
_container
);
783
ItemContainerGenerator.UnlinkContainerFromItem(
_container
, _item, _itemsControl);
797
return UIElementAutomationPeer.CreatePeerForElement((UIElement)
_container
);