2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
459
CollectionView
= Items;
472
CollectionView
= null;
8 references to CollectionView
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1045
MoveCurrentTo(category.
CollectionView
, selectedItem);
1296
MoveCurrentToPosition(galleryItem.RibbonGalleryCategory.
CollectionView
, -1);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (6)
462
CurrentChangedEventManager.AddListener(
CollectionView
, this);
469
if (
CollectionView
!= null)
471
CurrentChangedEventManager.RemoveListener(
CollectionView
, this);
518
if (RibbonGallery == null ||
CollectionView
== null || RibbonGallery.IsSelectionChangeActive)
523
RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(
CollectionView
.CurrentItem) as RibbonGalleryItem;
533
RibbonGallery.SelectedItem =
CollectionView
.CurrentItem;