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