29 references to RibbonComboBox
System.Windows.Controls.Ribbon (29)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (7)
39public RibbonComboBoxAutomationPeer(RibbonComboBox owner) 62RibbonComboBox owner = OwningComboBox; 81RibbonComboBox owner = (RibbonComboBox)Owner; 117RibbonComboBox owner = OwningComboBox; 152private RibbonComboBox OwningComboBox 156return (RibbonComboBox)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
49Type ownerType = typeof(RibbonComboBox); 78ComboBox.IsEditableProperty.AddOwner(typeof(RibbonComboBox), 94RibbonComboBox cb = d as RibbonComboBox; 102ComboBox.TextProperty.AddOwner(typeof(RibbonComboBox), 123RibbonComboBox cb = (RibbonComboBox)d; 140TextBox.IsReadOnlyProperty.AddOwner(typeof(RibbonComboBox)); 155RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonComboBox)); 227typeof(RibbonComboBox), 242DependencyProperty.RegisterReadOnly("SelectionBoxItem", typeof(object), typeof(RibbonComboBox), 264DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplate", typeof(DataTemplate), typeof(RibbonComboBox), 282DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplateSelector", typeof(DataTemplateSelector), typeof(RibbonComboBox), 300DependencyProperty.RegisterReadOnly("SelectionBoxItemStringFormat", typeof(String), typeof(RibbonComboBox), 321= 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)
1848new PropertyAndTransferMode () { Property = RibbonComboBox.IsEditableProperty, Mode = TransferMode.AlwaysTransfer }, 1849new PropertyAndTransferMode () { Property = RibbonComboBox.IsReadOnlyProperty, Mode = TransferMode.AlwaysTransfer }, 1850new PropertyAndTransferMode () { Property = RibbonComboBox.StaysOpenOnEditProperty, Mode = TransferMode.AlwaysTransfer }, 1851new PropertyAndTransferMode () { Property = RibbonComboBox.TextProperty, Mode = TransferMode.AlwaysTransfer }, 2113else if (original is RibbonComboBox)