12 references to GetItemsOwner
PresentationFramework (10)
MS\Internal\Data\ObjectRef.cs (1)
512
ItemsControl ic = ItemsControl.
GetItemsOwner
(layout);
MS\Internal\Helper.cs (1)
462
System.Windows.Controls.ItemsControl ic = System.Windows.Controls.ItemsControl.
GetItemsOwner
(parent);
System\Windows\Controls\ItemsControl.cs (1)
1165
return ItemsControl.
GetItemsOwner
(ui);
System\Windows\Controls\ListBoxItem.cs (1)
335
oldItemsControl = ItemsControl.
GetItemsOwner
(oldParent);
System\Windows\Controls\Panel.cs (1)
570
ItemsControl itemsOwner = ItemsControl.
GetItemsOwner
(this);
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
140
_owner = ItemsControl.
GetItemsOwner
(this) as DataGrid;
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1614
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
1988
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
9193
ItemsControl itemsControl = ItemsControl.
GetItemsOwner
(this);
11008
ItemsControl scrollingItemsControl = ItemsControl.
GetItemsOwner
(this);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
997
return (RibbonGallery)ItemsControl.
GetItemsOwner
(this);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
602
return (RibbonGalleryCategory)ItemsControl.
GetItemsOwner
(this);