1 implementation of GetContainerForItem
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1324DependencyObject IGeneratorHost.GetContainerForItem(object item)
3 references to GetContainerForItem
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
772_container = ((MS.Internal.Controls.IGeneratorHost)itemsControl).GetContainerForItem(item);
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
1428container = _factory.Host.GetContainerForItem(item); 2631DependencyObject newContainer = _host.GetContainerForItem(newItem);