4 instantiations of ComboBoxItem
PresentationFramework (3)
System\Windows\Controls\ComboBox.cs (1)
1287
return new
ComboBoxItem
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2938
DefaultConstructor = delegate () { return new System.Windows.Controls.
ComboBoxItem
(); },
System\Windows\Markup\KnownTypes.cs (1)
1171
case KnownElements.ComboBoxItem: o = new System.Windows.Controls.
ComboBoxItem
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1831
ComboBoxItem newItem = new
ComboBoxItem
35 references to ComboBoxItem
Microsoft.VisualStudio.LanguageServices.CSharp (4)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (4)
220
internal System.Windows.Controls.
ComboBoxItem
Rename_UI_inline;
228
internal System.Windows.Controls.
ComboBoxItem
Rename_UI_dashboard;
871
this.Rename_UI_inline = ((System.Windows.Controls.
ComboBoxItem
)(target));
874
this.Rename_UI_dashboard = ((System.Windows.Controls.
ComboBoxItem
)(target));
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (4)
174
Friend WithEvents Rename_UI_inline As System.Windows.Controls.
ComboBoxItem
181
Friend WithEvents Rename_UI_dashboard As System.Windows.Controls.
ComboBoxItem
716
Me.Rename_UI_inline = CType(target,System.Windows.Controls.
ComboBoxItem
)
720
Me.Rename_UI_dashboard = CType(target,System.Windows.Controls.
ComboBoxItem
)
PresentationFramework (23)
System\Windows\Controls\ComboBox.cs (13)
29
[StyleTypedProperty(Property = "ItemContainerStyle", StyleTargetType = typeof(
ComboBoxItem
))]
487
ComboBoxItem
highlightedElement;
1090
ComboBoxItem
cbi = info.Container as
ComboBoxItem
;
1243
internal void NotifyComboBoxItemMouseDown(
ComboBoxItem
comboBoxItem)
1248
internal void NotifyComboBoxItemMouseUp(
ComboBoxItem
comboBoxItem)
1260
internal void NotifyComboBoxItemEnter(
ComboBoxItem
item)
1281
return (item is
ComboBoxItem
);
1948
ComboBoxItem
cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as
ComboBoxItem
: null;
1953
cbi = (_highlightedInfo != null) ? _highlightedInfo.Container as
ComboBoxItem
: null;
1960
private
ComboBoxItem
HighlightedElement
1962
get { return (_highlightedInfo == null) ? null : _highlightedInfo.Container as
ComboBoxItem
; }
System\Windows\Controls\ComboBoxItem.cs (4)
42
DefaultStyleKeyProperty.OverrideMetadata(typeof(
ComboBoxItem
), new FrameworkPropertyMetadata(typeof(
ComboBoxItem
)));
43
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
ComboBoxItem
));
54
DependencyProperty.RegisterReadOnly("IsHighlighted", typeof(bool), typeof(
ComboBoxItem
),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
187
case 93: t = () => typeof(
ComboBoxItem
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4556
Type type = typeof(System.Windows.Controls.
ComboBoxItem
);
4557
DependencyProperty dp = System.Windows.Controls.
ComboBoxItem
.ContentProperty;
4559
this.GetXamlType(typeof(System.Windows.Controls.
ComboBoxItem
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2935
typeof(System.Windows.Controls.
ComboBoxItem
),
System\Windows\Markup\KnownTypes.cs (1)
5641
case KnownElements.ComboBoxItem: t = typeof(System.Windows.Controls.
ComboBoxItem
); break;
PresentationUI (4)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
281
Text = ((
ComboBoxItem
)SelectedItem).Content.ToString();
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1694
ComboBoxItem
cbItem = ZoomComboBox.SelectedItem as
ComboBoxItem
;
1831
ComboBoxItem
newItem = new ComboBoxItem