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