4 instantiations of ComboBoxItem
PresentationFramework (3)
System\Windows\Controls\ComboBox.cs (1)
1286return new ComboBoxItem();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2937DefaultConstructor = delegate () { return new System.Windows.Controls.ComboBoxItem(); },
System\Windows\Markup\KnownTypes.cs (1)
1170case KnownElements.ComboBoxItem: o = new System.Windows.Controls.ComboBoxItem(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1830ComboBoxItem newItem = new ComboBoxItem
27 references to ComboBoxItem
PresentationFramework (23)
System\Windows\Controls\ComboBox.cs (13)
28[StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = typeof(ComboBoxItem))] 486ComboBoxItem highlightedElement; 1089ComboBoxItem cbi = info.Container as ComboBoxItem; 1242internal void NotifyComboBoxItemMouseDown(ComboBoxItem comboBoxItem) 1247internal void NotifyComboBoxItemMouseUp(ComboBoxItem comboBoxItem) 1259internal void NotifyComboBoxItemEnter(ComboBoxItem item) 1280return (item is ComboBoxItem); 1947ComboBoxItem cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1952cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as ComboBoxItem : null; 1959private ComboBoxItem HighlightedElement 1961get { return (_highlightedInfo == null) ? null : _highlightedInfo.Container as ComboBoxItem; }
System\Windows\Controls\ComboBoxItem.cs (4)
41DefaultStyleKeyProperty.OverrideMetadata(typeof(ComboBoxItem), new FrameworkPropertyMetadata(typeof(ComboBoxItem))); 42_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ComboBoxItem)); 53DependencyProperty.RegisterReadOnly("IsHighlighted", typeof(bool), typeof(ComboBoxItem),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
186case 93: t = () => typeof(ComboBoxItem); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4555Type type = typeof(System.Windows.Controls.ComboBoxItem); 4556DependencyProperty dp = System.Windows.Controls.ComboBoxItem.ContentProperty; 4558this.GetXamlType(typeof(System.Windows.Controls.ComboBoxItem)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2934typeof(System.Windows.Controls.ComboBoxItem),
System\Windows\Markup\KnownTypes.cs (1)
5640case KnownElements.ComboBoxItem: t = typeof(System.Windows.Controls.ComboBoxItem); break;
PresentationUI (4)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
280Text = ((ComboBoxItem)SelectedItem).Content.ToString();
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1693ComboBoxItem cbItem = ZoomComboBox.SelectedItem as ComboBoxItem; 1830ComboBoxItem newItem = new ComboBoxItem