3 types derived from ComboBox
System.Web.Mobile (1)
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
23internal class UnsettableComboBox : ComboBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
21public class DataGridViewComboBoxEditingControl : ComboBox, IDataGridViewEditingControl
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
603internal class ToolStripComboBoxControl : ComboBox {
23 instantiations of ComboBox
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
217this.pathType = new System.Windows.Forms.ComboBox();
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
43this._namedConnectionComboBox = new System.Windows.Forms.ComboBox(); 47this._containerNameComboBox = new System.Windows.Forms.ComboBox();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
42this._entitySetComboBox = new System.Windows.Forms.ComboBox(); 44this._entityTypeFilterComboBox = new System.Windows.Forms.ComboBox();
System.Web.Mobile (8)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
152this._cbAvailableFilters = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
232this._cbCompare = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\ListGeneralPage.cs (2)
104_decorationCombo = new ComboBox(); 111_selectTypeCombo = new ComboBox();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
108_cmbDefaultCommand = new ComboBox();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
136this._cbChoices = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1288this.CbStyles = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
116_cmbChoices = new ComboBox();
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
42this.chainingBehaviourComboBox = new System.Windows.Forms.ComboBox(); 50this.reevaluationComboBox = new System.Windows.Forms.ComboBox();
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
292this.paperSourceComboBox = new System.Windows.Forms.ComboBox(); 293this.paperSizeComboBox = new System.Windows.Forms.ComboBox(); 304this.footerTextComboBox = new System.Windows.Forms.ComboBox(); 305this.footerAlignmentComboBox = new System.Windows.Forms.ComboBox(); 315this.headerTextComboBox = new System.Windows.Forms.ComboBox(); 316this.headerAlignmentComboBox = new System.Windows.Forms.ComboBox();
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
48this.protectionLevelComboBox = new System.Windows.Forms.ComboBox();
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
48this.comboBoxTraceLevel = new System.Windows.Forms.ComboBox();
88 references to ComboBox
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
36private System.Windows.Forms.ComboBox pathType;
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
143private System.Windows.Forms.ComboBox _namedConnectionComboBox; 147private System.Windows.Forms.ComboBox _containerNameComboBox;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
168private System.Windows.Forms.ComboBox _entitySetComboBox; 170private System.Windows.Forms.ComboBox _entityTypeFilterComboBox;
System.Web.Mobile (15)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
44private System.Windows.Forms.ComboBox _cbAvailableFilters;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
53private System.Windows.Forms.ComboBox _cbCompare;
UI\MobileControls\Design\ListGeneralPage.cs (3)
31using ComboBox = System.Windows.Forms.ComboBox; 57private ComboBox _decorationCombo; 58private ComboBox _selectTypeCombo;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
38private ComboBox _cmbDefaultCommand;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
23using ComboBox = System.Windows.Forms.ComboBox;
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
30using ComboBox = System.Windows.Forms.ComboBox;
UI\MobileControls\Design\PropertyOverridesDialog.cs (3)
48private System.Windows.Forms.ComboBox _cbChoices; 1201ComboBox comboBox 1211ComboBox comboBox
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1281internal System.Windows.Forms.ComboBox CbStyles;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
26using ComboBox = System.Windows.Forms.ComboBox; 42private ComboBox _cmbChoices; 381private bool CaseSensitiveComboSearch(ComboBox cmb, String str)
System.Windows.Forms (58)
winforms\Managed\System\WinForms\ComboBox.cs (34)
2573/// <para>Raises the <see cref='System.Windows.Forms.ComboBox.KeyDown'/> event.</para> 2878/// <para>Raises the <see cref='System.Windows.Forms.ComboBox.Validating'/> 3866private ComboBox _owner; 3870public ComboBoxChildNativeWindow(ComboBox comboBox, ChildWindowType childWindowType) { 4001private ComboBox comboBox; 4003public ItemComparer(ComboBox comboBox) { 4032private ComboBox owner; 4040public ObjectCollection(ComboBox owner) { 4437ComboBox owner; 4441public ChildAccessibleObject(ComboBox owner, IntPtr handle) { 4493private ComboBox ownerItem = null; 4501public ComboBoxExAccessibleObject(ComboBox ownerControl) 4592private ComboBox _owningComboBox; 4601public ComboBoxItemAccessibleObject(ComboBox owningComboBox, object owningItem) { 4830private ComboBox _owningComboBoxBox; 4832public ComboBoxItemAccessibleObjectCollection(ComboBox owningComboBoxBox) { 4860private ComboBox _owningComboBox; 4866public ComboBoxUiaProvider(ComboBox owningComboBox) : base(owningComboBox) { 5033private ComboBox _owner; 5041public ComboBoxChildEditUiaProvider(ComboBox owner, IntPtr childEditControlhandle) : base(owner, childEditControlhandle) { 5176private ComboBox _owningComboBox; 5184public ComboBoxChildListUiaProvider(ComboBox owningComboBox, IntPtr childListControlhandle) : base(owningComboBox, childListControlhandle) { 5400private ComboBox _owner; 5406public ComboBoxChildTextUiaProvider(ComboBox owner) { 5553private ComboBox _owner; 5560public ComboBoxChildDropDownButtonUiaProvider(ComboBox owner, IntPtr comboBoxControlhandle) { 5925public FlatComboAdapter(ComboBox comboBox, bool smallButton) { 5960public bool IsValid(ComboBox combo) { 5968public virtual void DrawFlatCombo(ComboBox comboBox, Graphics g) { 6059protected virtual void DrawFlatComboDropDown(ComboBox comboBox, Graphics g, Rectangle dropDownRect) { 6082protected virtual Color GetOuterBorderColor(ComboBox comboBox) { 6086protected virtual Color GetPopupOuterBorderColor(ComboBox comboBox, bool focused) { 6093protected virtual Color GetInnerBorderColor(ComboBox comboBox) { 6100public void ValidateOwnerDrawRegions(ComboBox comboBox, Rectangle updateRegionBox) {
winforms\Managed\System\WinForms\ComboBoxStyle.cs (1)
22/// Specifies the <see cref='System.Windows.Forms.ComboBox'/>
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
810ComboBox comboBox = this.EditingComboBox; 1511ComboBox comboBox = this.DataGridView.EditingControl as ComboBox;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
196internal class DataGridViewComboBoxEditingControlAccessibleObject : ComboBox.ComboBoxUiaProvider
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (4)
107ComboBox ownerComboBoxControl = Owner as ComboBox; 131ComboBox ownerComboBoxControl = Owner as ComboBox;
winforms\Managed\System\WinForms\DrawItemState.cs (1)
38/// The item is the editing portion of a <see cref='System.Windows.Forms.ComboBox'/> .
winforms\Managed\System\WinForms\ToolStripComboBox.cs (14)
129ComboBox comboBox = new ToolStripComboBoxControl(); 199public ComboBox ComboBox { 201return Control as ComboBox; 353public ComboBox.ObjectCollection Items { 559ComboBox comboBox = control as ComboBox; 576ComboBox comboBox = control as ComboBox; 648public ToolStripComboBoxFlatComboAdapter(ComboBox comboBox) : base(comboBox, /*smallButton=*/true) { 651private static bool UseBaseAdapter(ComboBox comboBox) { 667protected override Color GetOuterBorderColor(ComboBox comboBox) { 674protected override Color GetPopupOuterBorderColor(ComboBox comboBox, bool focused) { 684protected override void DrawFlatComboDropDown(ComboBox comboBox, Graphics g, Rectangle dropDownRect) { 772private ComboBox.ChildAccessibleObject childAccessibleObject;
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
411private System.Windows.Forms.ComboBox reevaluationComboBox; 412private System.Windows.Forms.ComboBox chainingBehaviourComboBox;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
44private System.Windows.Forms.ComboBox paperSizeComboBox; 47private System.Windows.Forms.ComboBox paperSourceComboBox; 51private System.Windows.Forms.ComboBox headerAlignmentComboBox; 53private System.Windows.Forms.ComboBox headerTextComboBox; 61private System.Windows.Forms.ComboBox footerAlignmentComboBox; 63private System.Windows.Forms.ComboBox footerTextComboBox;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
251private System.Windows.Forms.ComboBox protectionLevelComboBox;
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
273private System.Windows.Forms.ComboBox comboBoxTraceLevel;