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