2 writes to RibbonGalleryCategory
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
90galleryItem.RibbonGalleryCategory = this; 152galleryItem.RibbonGalleryCategory = null;
9 references to RibbonGalleryCategory
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
1294MoveCurrentToPosition(galleryItem.RibbonGalleryCategory.CollectionView, -1); 1341SynchronizeWithCurrentItem(container.RibbonGalleryCategory, item); 1548return _selectedContainers[0].RibbonGalleryCategory; 1745return _highlightedContainer.RibbonGalleryCategory;
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (4)
66return RibbonGalleryCategory != null ? RibbonGalleryCategory.RibbonGallery : null; 182RibbonGalleryCategory category = galleryItem.RibbonGalleryCategory; 237RibbonGalleryCategory category = galleryItem.RibbonGalleryCategory;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
766category = galleryItem.RibbonGalleryCategory;