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