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