12 references to GetItemsOwner
PresentationFramework (10)
MS\Internal\Data\ObjectRef.cs (1)
513ItemsControl ic = ItemsControl.GetItemsOwner(layout);
MS\Internal\Helper.cs (1)
463System.Windows.Controls.ItemsControl ic = System.Windows.Controls.ItemsControl.GetItemsOwner(parent);
System\Windows\Controls\ItemsControl.cs (1)
1178return ItemsControl.GetItemsOwner(ui);
System\Windows\Controls\ListBoxItem.cs (1)
342oldItemsControl = ItemsControl.GetItemsOwner(oldParent);
System\Windows\Controls\Panel.cs (1)
571ItemsControl itemsOwner = ItemsControl.GetItemsOwner(this);
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (1)
141_owner = ItemsControl.GetItemsOwner(this) as DataGrid;
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1622ItemsControl itemsControl = ItemsControl.GetItemsOwner(this); 1999ItemsControl itemsControl = ItemsControl.GetItemsOwner(this); 9215ItemsControl itemsControl = ItemsControl.GetItemsOwner(this); 11031ItemsControl scrollingItemsControl = ItemsControl.GetItemsOwner(this);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
1005return (RibbonGallery)ItemsControl.GetItemsOwner(this);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
603return (RibbonGalleryCategory)ItemsControl.GetItemsOwner(this);