2 writes to RibbonGalleryCategory
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
95galleryItem.RibbonGalleryCategory = this; 157galleryItem.RibbonGalleryCategory = null;
9 references to RibbonGalleryCategory
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
1296MoveCurrentToPosition(galleryItem.RibbonGalleryCategory.CollectionView, -1); 1343SynchronizeWithCurrentItem(container.RibbonGalleryCategory, item); 1550return _selectedContainers[0].RibbonGalleryCategory; 1747return _highlightedContainer.RibbonGalleryCategory;
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (4)
68return RibbonGalleryCategory != null ? RibbonGalleryCategory.RibbonGallery : null; 184RibbonGalleryCategory category = galleryItem.RibbonGalleryCategory; 239RibbonGalleryCategory category = galleryItem.RibbonGalleryCategory;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
771category = galleryItem.RibbonGalleryCategory;