1 write to _container
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
772
_container
= ((MS.Internal.Controls.IGeneratorHost)itemsControl).GetContainerForItem(item);
4 references to _container
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (4)
781
ItemContainerGenerator.LinkContainerToItem(
_container
, _item);
782
((IItemContainerGenerator)_itemsControl.ItemContainerGenerator).PrepareItemContainer(
_container
);
789
ItemContainerGenerator.UnlinkContainerFromItem(
_container
, _item, _itemsControl);
803
return UIElementAutomationPeer.CreatePeerForElement((UIElement)
_container
);