8 references to GetItemsOwnerInternal
PresentationFramework (8)
System\Windows\Controls\ItemsControl.cs (1)
802return GetItemsOwnerInternal(element, out temp);
System\Windows\Controls\VirtualizingStackPanel.cs (7)
744ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 832ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4008ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4066DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 4121DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(itemsHost, out itemsControl); 4153DependencyObject itemsOwner = ItemsControl.GetItemsOwnerInternal(this, out itemsControl); 9374ItemsControl.GetItemsOwnerInternal(this, out itemsControl);