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