8 references to GetItemsOwnerInternal
PresentationFramework (8)
System\Windows\Controls\ItemsControl.cs (1)
818return GetItemsOwnerInternal(element, out temp);
System\Windows\Controls\VirtualizingStackPanel.cs (7)
750ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 838ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4028ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4092DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4147DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(itemsHost, out itemsControl); 4179DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 9401ItemsControl.GetItemsOwnerInternal(this, out itemsControl);