10 references to GetItemsOwner
PresentationFramework (10)
src\Framework\MS\Internal\Data\ObjectRef.cs (1)
529
ItemsControl ic = ItemsControl.
GetItemsOwner
(layout);
src\Framework\MS\Internal\Helper.cs (1)
481
System.Windows.Controls.ItemsControl ic = System.Windows.Controls.ItemsControl.
GetItemsOwner
(parent);
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1190
return ItemsControl.
GetItemsOwner
(ui);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
349
oldItemsControl = ItemsControl.
GetItemsOwner
(oldParent);
src\Framework\System\Windows\Controls\Panel.cs (1)
582
ItemsControl itemsOwner = ItemsControl.
GetItemsOwner
(this);
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
152
_owner = ItemsControl.
GetItemsOwner
(this) as DataGrid;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
1578
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
1955
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
9062
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
10889
ItemsControl scrollingItemsControl = ItemsControl.
GetItemsOwner
(this);