1 implementation of GetContainerForItem
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
1320DependencyObject IGeneratorHost.GetContainerForItem(object item)
3 references to GetContainerForItem
PresentationFramework (3)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
766_container = ((MS.Internal.Controls.IGeneratorHost)itemsControl).GetContainerForItem(item);
System\Windows\Controls\ItemContainerGenerator.cs (2)
1420container = _factory.Host.GetContainerForItem(item); 2623DependencyObject newContainer = _host.GetContainerForItem(newItem);