2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
459CollectionView = Items; 472CollectionView = 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)
462CurrentChangedEventManager.AddListener(CollectionView, this); 469if (CollectionView != null) 471CurrentChangedEventManager.RemoveListener(CollectionView, this); 518if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive) 523RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryItem; 533RibbonGallery.SelectedItem = CollectionView.CurrentItem;