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