1 write to ItemsHostSite
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
200
ItemsHostSite
= (Panel)(ItemsPanel.FindName(RibbonGalleryCategory.ItemsHostPanelName, _itemsPresenter));
4 references to ItemsHostSite
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
600
if (category.
ItemsHostSite
!= null)
602
TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonGallery>(category.
ItemsHostSite
, false);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
177
RibbonGalleryItemsPanel galleryItemsPanel =
ItemsHostSite
as RibbonGalleryItemsPanel;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
799
RibbonGalleryItemsPanel galleryItemsPanel = category.
ItemsHostSite
as RibbonGalleryItemsPanel;