43 references to DropDownList
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 (5)
UI\MobileControls\Design\ListGeneralPage.cs (2)
127
_decorationCombo.DropDownStyle = ComboBoxStyle.
DropDownList
;
169
_selectTypeCombo.DropDownStyle = ComboBoxStyle.
DropDownList
;
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 (1)
131
_cmbChoices.DropDownStyle = ComboBoxStyle.
DropDownList
;
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ComboBox.cs (22)
196
if (this.DropDownStyle == ComboBoxStyle.
DropDownList
&&
244
if (this.DropDownStyle == ComboBoxStyle.
DropDownList
&&
433
case ComboBoxStyle.
DropDownList
:
1120
if (DropDownStyle == ComboBoxStyle.
DropDownList
) return "";
1124
if (DropDownStyle != ComboBoxStyle.
DropDownList
) {
1236
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ComboBoxStyle.Simple, (int)ComboBoxStyle.
DropDownList
))
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
));
2138
|| DropDownStyle == ComboBoxStyle.
DropDownList
) {
2344
if (DropDownStyle != ComboBoxStyle.
DropDownList
) {
2388
if (DropDownStyle == ComboBoxStyle.
DropDownList
&& SelectedIndex == index) {
2439
if (ok && DropDownStyle != ComboBoxStyle.
DropDownList
) {
2707
if (DropDownStyle == ComboBoxStyle.
DropDownList
|| DropDownStyle == ComboBoxStyle.DropDown) {
2844
this.DropDownStyle == ComboBoxStyle.
DropDownList
) {
2998
this.DropDownStyle == ComboBoxStyle.
DropDownList
&&
3185
if (DropDownStyle != ComboBoxStyle.
DropDownList
) {
3210
Debug.Assert(DropDownStyle == ComboBoxStyle.
DropDownList
);
3688
if (!Application.RenderWithVisualStyles && GetStyle(ControlStyles.UserPaint) == false && this.DropDownStyle == ComboBoxStyle.
DropDownList
&& (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) {
4522
if (ownerItem.DropDownStyle == ComboBoxStyle.
DropDownList
) {
4936
if (_owningComboBox.DropDownStyle == ComboBoxStyle.
DropDownList
) {
4961
if (_owningComboBox.DropDownStyle == ComboBoxStyle.
DropDownList
) {
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1529
comboBox.DropDownStyle = ComboBoxStyle.
DropDownList
;
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
;