2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1082CollectionView = Items; 1108CollectionView = null;
9 references to CollectionView
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (9)
1047MoveCurrentTo(CollectionView, ItemContainerGenerator.ItemFromContainer(category)); 1085if (SourceCollectionView == CollectionView.SourceCollection) 1093CurrentChangedEventManager.AddListener(CollectionView, this); 1105if (CollectionView != null) 1107CurrentChangedEventManager.RemoveListener(CollectionView, this); 1135if (sender == CollectionView) 1160if (CollectionView == null || IsSelectionChangeActive) 1167RibbonGalleryCategory category = this.ItemContainerGenerator.ContainerFromItem(CollectionView.CurrentItem) as RibbonGalleryCategory; 1310MoveCurrentToPosition(CollectionView, -1);