2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
454CollectionView = Items; 467CollectionView = null;
8 references to CollectionView
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1045MoveCurrentTo(category.CollectionView, selectedItem); 1296MoveCurrentToPosition(galleryItem.RibbonGalleryCategory.CollectionView, -1);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (6)
457CurrentChangedEventManager.AddListener(CollectionView, this); 464if (CollectionView != null) 466CurrentChangedEventManager.RemoveListener(CollectionView, this); 513if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive) 518RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryItem; 528RibbonGallery.SelectedItem = CollectionView.CurrentItem;