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; 137TextBox.IsReadOnlyProperty.AddOwner(typeof(RibbonComboBox)); 152RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonComboBox)); 224typeof(RibbonComboBox), 239DependencyProperty.RegisterReadOnly("SelectionBoxItem", typeof(object), typeof(RibbonComboBox), 261DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplate", typeof(DataTemplate), typeof(RibbonComboBox), 279DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplateSelector", typeof(DataTemplateSelector), typeof(RibbonComboBox), 297DependencyProperty.RegisterReadOnly("SelectionBoxItemStringFormat", typeof(String), typeof(RibbonComboBox), 318= ComboBox.StaysOpenOnEditProperty.AddOwner(typeof(RibbonComboBox),
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1318RibbonComboBox comboBoxParent = LogicalTreeHelper.GetParent(this) as RibbonComboBox;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (5)
1823new PropertyAndTransferMode () { Property = RibbonComboBox.IsEditableProperty, Mode = TransferMode.AlwaysTransfer }, 1824new PropertyAndTransferMode () { Property = RibbonComboBox.IsReadOnlyProperty, Mode = TransferMode.AlwaysTransfer }, 1825new PropertyAndTransferMode () { Property = RibbonComboBox.StaysOpenOnEditProperty, Mode = TransferMode.AlwaysTransfer }, 1826new PropertyAndTransferMode () { Property = RibbonComboBox.TextProperty, Mode = TransferMode.AlwaysTransfer }, 2088else if (original is RibbonComboBox)