2 references to ContainerFromElement
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1234
return
ContainerFromElement
(this, element);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12900
DependencyObject parentContainer = ItemsControl.
ContainerFromElement
(null, vsp);