3 references to SelectedContainers
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Automation\Peers\RibbonGalleryAutomationPeer.cs (1)
170Collection<RibbonGalleryItem> selectedContainers = ((RibbonGallery)Owner).SelectedContainers;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1034if (focusedGalleryItem == null && _firstGallery.SelectedContainers.Count > 0) 1036focusedGalleryItem = _firstGallery.SelectedContainers[0];