2 writes to IsSelectionChangeActive
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1262IsSelectionChangeActive = true; 1364IsSelectionChangeActive = false;
6 references to IsSelectionChangeActive
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (5)
715if (!gallery.IsSelectionChangeActive) 819if (!gallery.IsSelectionChangeActive) 1160if (CollectionView == null || IsSelectionChangeActive) 1183if (IsSelectionChangeActive) 1251if (IsSelectionChangeActive)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
509if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive)