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