2 writes to CollectionView
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
454
CollectionView
= Items;
467
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)
457
CurrentChangedEventManager.AddListener(
CollectionView
, this);
464
if (
CollectionView
!= null)
466
CurrentChangedEventManager.RemoveListener(
CollectionView
, this);
513
if (RibbonGallery == null ||
CollectionView
== null || RibbonGallery.IsSelectionChangeActive)
518
RibbonGalleryItem galleryItem = this.ItemContainerGenerator.ContainerFromItem(
CollectionView
.CurrentItem) as RibbonGalleryItem;
528
RibbonGallery.SelectedItem =
CollectionView
.CurrentItem;