29 references to RibbonComboBox
System.Windows.Controls.Ribbon (29)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (7)
36public RibbonComboBoxAutomationPeer(RibbonComboBox owner) 59RibbonComboBox owner = OwningComboBox; 78RibbonComboBox owner = (RibbonComboBox)Owner; 114RibbonComboBox owner = OwningComboBox; 149private RibbonComboBox OwningComboBox 153return (RibbonComboBox)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
47Type ownerType = typeof(RibbonComboBox); 76ComboBox.IsEditableProperty.AddOwner(typeof(RibbonComboBox), 92RibbonComboBox cb = d as RibbonComboBox; 100ComboBox.TextProperty.AddOwner(typeof(RibbonComboBox), 121RibbonComboBox cb = (RibbonComboBox)d; 138TextBox.IsReadOnlyProperty.AddOwner(typeof(RibbonComboBox)); 153RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonComboBox)); 225typeof(RibbonComboBox), 240DependencyProperty.RegisterReadOnly("SelectionBoxItem", typeof(object), typeof(RibbonComboBox), 262DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplate", typeof(DataTemplate), typeof(RibbonComboBox), 280DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplateSelector", typeof(DataTemplateSelector), typeof(RibbonComboBox), 298DependencyProperty.RegisterReadOnly("SelectionBoxItemStringFormat", typeof(String), typeof(RibbonComboBox), 319= ComboBox.StaysOpenOnEditProperty.AddOwner(typeof(RibbonComboBox),
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1316RibbonComboBox comboBoxParent = LogicalTreeHelper.GetParent(this) as RibbonComboBox;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (5)
1843new PropertyAndTransferMode () { Property = RibbonComboBox.IsEditableProperty, Mode = TransferMode.AlwaysTransfer }, 1844new PropertyAndTransferMode () { Property = RibbonComboBox.IsReadOnlyProperty, Mode = TransferMode.AlwaysTransfer }, 1845new PropertyAndTransferMode () { Property = RibbonComboBox.StaysOpenOnEditProperty, Mode = TransferMode.AlwaysTransfer }, 1846new PropertyAndTransferMode () { Property = RibbonComboBox.TextProperty, Mode = TransferMode.AlwaysTransfer }, 2108else if (original is RibbonComboBox)