1 type derived from ComboBoxItem
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessageQueryEditor.xaml.cs (1)
246sealed class MessageQueryComboBoxItem : ComboBoxItem
3 instantiations of ComboBoxItem
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1301return new ComboBoxItem();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2793bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ComboBoxItem(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1178case KnownElements.ComboBoxItem: o = new System.Windows.Controls.ComboBoxItem(); break;
27 references to ComboBoxItem
PresentationFramework (23)
src\Framework\System\Windows\Controls\ComboBox.cs (13)
40[StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = typeof(ComboBoxItem))] 504ComboBoxItem highlightedElement; 1106ComboBoxItem cbi = info.Container as ComboBoxItem; 1257internal void NotifyComboBoxItemMouseDown(ComboBoxItem comboBoxItem) 1262internal void NotifyComboBoxItemMouseUp(ComboBoxItem comboBoxItem) 1274internal void NotifyComboBoxItemEnter(ComboBoxItem item) 1295return (item is ComboBoxItem); 1968ComboBoxItem cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1976cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1986private ComboBoxItem HighlightedElement 1988get { return (_highlightedInfo == null) ? null : _highlightedInfo.Container as ComboBoxItem; }
src\Framework\System\Windows\Controls\ComboBoxItem.cs (4)
55DefaultStyleKeyProperty.OverrideMetadata(typeof(ComboBoxItem), new FrameworkPropertyMetadata(typeof(ComboBoxItem))); 56_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ComboBoxItem)); 67DependencyProperty.RegisterReadOnly("IsHighlighted", typeof(bool), typeof(ComboBoxItem),
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
185case 93: t = () => typeof(ComboBoxItem); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4293Type type = typeof(System.Windows.Controls.ComboBoxItem); 4294DependencyProperty dp = System.Windows.Controls.ComboBoxItem.ContentProperty; 4296this.GetXamlType(typeof(System.Windows.Controls.ComboBoxItem)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2791typeof(System.Windows.Controls.ComboBoxItem),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5637case KnownElements.ComboBoxItem: t = typeof(System.Windows.Controls.ComboBoxItem); break;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (2)
103ComboBoxItem comboBoxItem = 104this.ItemContainerGenerator.ContainerFromIndex(0) as ComboBoxItem;
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
417ComboBoxItem comboBoxItem = sender as ComboBoxItem;