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