81 references to ComboBoxStyle
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
228
this.pathType.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
91
this._namedConnectionComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
120
this._containerNameComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
65
this._entitySetComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
79
this._entityTypeFilterComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
System.Web.Mobile (8)
UI\MobileControls\Design\ListGeneralPage.cs (2)
127
_decorationCombo.DropDownStyle =
ComboBoxStyle
.DropDownList;
169
_selectTypeCombo.DropDownStyle =
ComboBoxStyle
.DropDownList;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
110
_cmbDefaultCommand.DropDownStyle =
ComboBoxStyle
.DropDown;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
106
_cmbDataField.DropDownStyle =
ComboBoxStyle
.DropDown;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
144
this._cbChoices.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
830
_mergedUI.CbStyles.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
131
_cmbChoices.DropDownStyle =
ComboBoxStyle
.DropDownList;
147
_cmbSchemas.DropDownStyle =
ComboBoxStyle
.DropDown;
System.Windows.Forms (58)
winforms\Managed\System\WinForms\ComboBox.cs (53)
196
if (this.DropDownStyle ==
ComboBoxStyle
.DropDownList &&
244
if (this.DropDownStyle ==
ComboBoxStyle
.DropDownList &&
390
new ComboBoxChildListUiaProvider(this, DropDownStyle ==
ComboBoxStyle
.Simple ? childListBox.Handle : dropDownHandle);
425
case
ComboBoxStyle
.Simple:
428
case
ComboBoxStyle
.DropDown:
433
case
ComboBoxStyle
.DropDownList:
950
if (DropDownStyle ==
ComboBoxStyle
.Simple) {
1120
if (DropDownStyle ==
ComboBoxStyle
.DropDownList) return "";
1124
if (DropDownStyle !=
ComboBoxStyle
.DropDownList) {
1217
DefaultValue(
ComboBoxStyle
.DropDown),
1221
public
ComboBoxStyle
DropDownStyle {
1226
return (
ComboBoxStyle
)style;
1229
return
ComboBoxStyle
.DropDown;
1236
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
ComboBoxStyle
.Simple, (int)
ComboBoxStyle
.DropDownList))
1238
throw new InvalidEnumArgumentException("value", (int)value, typeof(
ComboBoxStyle
));
1241
if (value ==
ComboBoxStyle
.DropDownList &&
1289
if (DropDownStyle ==
ComboBoxStyle
.DropDownList && !IsHandleCreated && !String.IsNullOrEmpty(value) && FindStringExact(value) == -1)
1382
return ((this.autoCompleteMode != AutoCompleteMode.None) && (this.DropDownStyle !=
ComboBoxStyle
.DropDownList));
1633
if (DropDownStyle ==
ComboBoxStyle
.Simple && m.HWnd == childListBox.Handle) {
1646
if (DropDownStyle ==
ComboBoxStyle
.Simple && m.HWnd == childListBox.Handle) {
1676
if (DropDownStyle ==
ComboBoxStyle
.Simple && m.HWnd == childListBox.Handle) {
1695
if (DropDownStyle ==
ComboBoxStyle
.Simple && m.HWnd == childListBox.Handle) {
2137
if (DropDownStyle ==
ComboBoxStyle
.DropDown
2138
|| DropDownStyle ==
ComboBoxStyle
.DropDownList) {
2188
return DropDownStyle ==
ComboBoxStyle
.Simple ? childListBox.Handle : dropDownHandle;
2192
return DropDownStyle ==
ComboBoxStyle
.Simple ? childListBox : childDropDown;
2344
if (DropDownStyle !=
ComboBoxStyle
.DropDownList) {
2388
if (DropDownStyle ==
ComboBoxStyle
.DropDownList && SelectedIndex == index) {
2439
if (ok && DropDownStyle !=
ComboBoxStyle
.DropDownList) {
2445
if (DropDownStyle ==
ComboBoxStyle
.Simple) {
2479
if (DropDownStyle ==
ComboBoxStyle
.Simple) {
2707
if (DropDownStyle ==
ComboBoxStyle
.DropDownList || DropDownStyle ==
ComboBoxStyle
.DropDown) {
2766
if (DropDownStyle ==
ComboBoxStyle
.Simple) Invalidate();
2844
this.DropDownStyle ==
ComboBoxStyle
.DropDownList) {
2898
if (DropDownStyle ==
ComboBoxStyle
.Simple && recreate) {
2916
if (DropDownStyle ==
ComboBoxStyle
.Simple) {
2965
if (DropDownStyle ==
ComboBoxStyle
.DropDown) {
2998
this.DropDownStyle ==
ComboBoxStyle
.DropDownList &&
3185
if (DropDownStyle !=
ComboBoxStyle
.DropDownList) {
3210
Debug.Assert(DropDownStyle ==
ComboBoxStyle
.DropDownList);
3441
if (DropDownStyle ==
ComboBoxStyle
.DropDown) {
3452
if ((DropDownStyle ==
ComboBoxStyle
.Simple) && ParentInternal != null) {
3688
if (!Application.RenderWithVisualStyles && GetStyle(ControlStyles.UserPaint) == false && this.DropDownStyle ==
ComboBoxStyle
.DropDownList && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) {
4515
if (ownerItem.DropDownStyle ==
ComboBoxStyle
.Simple) {
4522
if (ownerItem.DropDownStyle ==
ComboBoxStyle
.DropDownList) {
4936
if (_owningComboBox.DropDownStyle ==
ComboBoxStyle
.DropDownList) {
4944
if (index == 0 && _owningComboBox.DropDownStyle !=
ComboBoxStyle
.Simple) {
4961
if (_owningComboBox.DropDownStyle ==
ComboBoxStyle
.DropDownList) {
4965
if (_owningComboBox.DropDownStyle !=
ComboBoxStyle
.Simple) {
5057
if (_owner.DropDownStyle ==
ComboBoxStyle
.Simple) {
5969
if (comboBox.DropDownStyle ==
ComboBoxStyle
.Simple){
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1529
comboBox.DropDownStyle =
ComboBoxStyle
.DropDownList;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
248
return ownerControl.DropDownStyle !=
ComboBoxStyle
.Simple;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
110
return ownerComboBoxControl.DropDownStyle !=
ComboBoxStyle
.Simple;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
289
DefaultValue(
ComboBoxStyle
.DropDown),
293
public
ComboBoxStyle
DropDownStyle {
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
143
this.chainingBehaviourComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
215
this.reevaluationComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
671
this.paperSourceComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
678
this.paperSizeComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
762
this.footerTextComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
771
this.footerAlignmentComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
848
this.headerTextComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
857
this.headerAlignmentComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
177
this.protectionLevelComboBox.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
153
this.comboBoxTraceLevel.DropDownStyle = System.Windows.Forms.
ComboBoxStyle
.DropDownList;