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