3 references to ItemsPanel
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
256template = (_owner != null) ? _owner.ItemsPanel : null;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
340ItemsHostSite = (Panel)(ItemsPanel.FindName(RibbonGallery.ItemsHostPanelName, _itemsPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
205ItemsHostSite = (Panel)(ItemsPanel.FindName(RibbonGalleryCategory.ItemsHostPanelName, _itemsPresenter));