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