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