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