2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1083CollectionView = Items; 1109CollectionView = null;
9 references to CollectionView
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (9)
1048MoveCurrentTo(CollectionView, ItemContainerGenerator.ItemFromContainer(category)); 1086if (SourceCollectionView == CollectionView.SourceCollection) 1094CurrentChangedEventManager.AddListener(CollectionView, this); 1106if (CollectionView != null) 1108CurrentChangedEventManager.RemoveListener(CollectionView, this); 1136if (sender == CollectionView) 1161if (CollectionView == null || IsSelectionChangeActive) 1168RibbonGalleryCategory category = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryCategory; 1311MoveCurrentToPosition(CollectionView, -1);