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