2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
451CollectionView = Items; 464CollectionView = 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)
454CurrentChangedEventManager.AddListener(CollectionView, this); 461if (CollectionView != null) 463CurrentChangedEventManager.RemoveListener(CollectionView, this); 510if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive) 515RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryItem; 525RibbonGallery.SelectedItem = CollectionView.CurrentItem;