8 references to GetItemsOwnerInternal
PresentationFramework (8)
System\Windows\Controls\ItemsControl.cs (1)
809return GetItemsOwnerInternal(element, out temp);
System\Windows\Controls\VirtualizingStackPanel.cs (7)
745ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 833ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4021ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4085DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4140DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(itemsHost, out itemsControl); 4172DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 9396ItemsControl.GetItemsOwnerInternal(this, out itemsControl);