8 references to GetItemsOwnerInternal
PresentationFramework (8)
System\Windows\Controls\ItemsControl.cs (1)
803return GetItemsOwnerInternal(element, out temp);
System\Windows\Controls\VirtualizingStackPanel.cs (7)
745ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 833ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4009ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4067DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4122DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(itemsHost, out itemsControl); 4154DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 9375ItemsControl.GetItemsOwnerInternal(this, out itemsControl);