8 references to GetItemsOwnerInternal
PresentationFramework (8)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
820
return
GetItemsOwnerInternal
(element, out temp);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
747
ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);
835
ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);
3946
ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);
4010
DependencyObject itemsOwner = ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);
4065
DependencyObject itemsOwner = ItemsControl.
GetItemsOwnerInternal
(itemsHost, out itemsControl);
4097
DependencyObject itemsOwner = ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);
9247
ItemsControl.
GetItemsOwnerInternal
(this, out itemsControl);