2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
450CollectionView = Items; 463CollectionView = null;
8 references to CollectionView
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1044MoveCurrentTo(category.CollectionView, selectedItem); 1295MoveCurrentToPosition(galleryItem.RibbonGalleryCategory.CollectionView, -1);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (6)
453CurrentChangedEventManager.AddListener(CollectionView, this); 460if (CollectionView != null) 462CurrentChangedEventManager.RemoveListener(CollectionView, this); 509if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive) 514RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryItem; 524RibbonGallery.SelectedItem = CollectionView.CurrentItem;