8 references to GetItemsOwnerInternal
PresentationFramework (8)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
820return GetItemsOwnerInternal(element, out temp);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
747ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 835ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 3946ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4010DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4065DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(itemsHost, out itemsControl); 4097DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 9247ItemsControl.GetItemsOwnerInternal(this, out itemsControl);