2 writes to IsSelectionChangeActive
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1263IsSelectionChangeActive = true; 1365IsSelectionChangeActive = false;
6 references to IsSelectionChangeActive
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (5)
716if (!gallery.IsSelectionChangeActive) 820if (!gallery.IsSelectionChangeActive) 1161if (CollectionView == null || IsSelectionChangeActive) 1184if (IsSelectionChangeActive) 1252if (IsSelectionChangeActive)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
518if (RibbonGallery == null || CollectionView == null || RibbonGallery.IsSelectionChangeActive)