29 references to RibbonComboBox
System.Windows.Controls.Ribbon (29)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (7)
35public RibbonComboBoxAutomationPeer(RibbonComboBox owner) 58RibbonComboBox owner = OwningComboBox; 77RibbonComboBox owner = (RibbonComboBox)Owner; 113RibbonComboBox owner = OwningComboBox; 148private RibbonComboBox OwningComboBox 152return (RibbonComboBox)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
46Type ownerType = typeof(RibbonComboBox); 75ComboBox.IsEditableProperty.AddOwner(typeof(RibbonComboBox), 91RibbonComboBox cb = d as RibbonComboBox; 99ComboBox.TextProperty.AddOwner(typeof(RibbonComboBox), 120RibbonComboBox cb = (RibbonComboBox)d; 136TextBox.IsReadOnlyProperty.AddOwner(typeof(RibbonComboBox)); 151RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonComboBox)); 223typeof(RibbonComboBox), 238DependencyProperty.RegisterReadOnly("SelectionBoxItem", typeof(object), typeof(RibbonComboBox), 260DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplate", typeof(DataTemplate), typeof(RibbonComboBox), 278DependencyProperty.RegisterReadOnly("SelectionBoxItemTemplateSelector", typeof(DataTemplateSelector), typeof(RibbonComboBox), 296DependencyProperty.RegisterReadOnly("SelectionBoxItemStringFormat", typeof(String), typeof(RibbonComboBox), 317= ComboBox.StaysOpenOnEditProperty.AddOwner(typeof(RibbonComboBox),
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
1317RibbonComboBox comboBoxParent = LogicalTreeHelper.GetParent(this) as RibbonComboBox;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (5)
1822new PropertyAndTransferMode () { Property = RibbonComboBox.IsEditableProperty, Mode = TransferMode.AlwaysTransfer }, 1823new PropertyAndTransferMode () { Property = RibbonComboBox.IsReadOnlyProperty, Mode = TransferMode.AlwaysTransfer }, 1824new PropertyAndTransferMode () { Property = RibbonComboBox.StaysOpenOnEditProperty, Mode = TransferMode.AlwaysTransfer }, 1825new PropertyAndTransferMode () { Property = RibbonComboBox.TextProperty, Mode = TransferMode.AlwaysTransfer }, 2087else if (original is RibbonComboBox)