Base:
property
SelectedIndex
System.Windows.Forms.ListControl.SelectedIndex
45 writes to SelectedIndex
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
233
this.pathType.
SelectedIndex
= 0;
434
pathType.
SelectedIndex
= pathTypeIndex;
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (3)
232
_containerNameComboBox.
SelectedIndex
= -1;
343
_namedConnectionComboBox.
SelectedIndex
= -1;
389
_containerNameComboBox.
SelectedIndex
= -1;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (1)
333
_entitySetComboBox.
SelectedIndex
= -1;
System.Web.Mobile (12)
UI\MobileControls\Design\ListGeneralPage.cs (8)
242
_decorationCombo.
SelectedIndex
= IDX_DECORATION_NONE;
245
_decorationCombo.
SelectedIndex
= IDX_DECORATION_BULLETED;
248
_decorationCombo.
SelectedIndex
= IDX_DECORATION_NUMBERED;
259
_selectTypeCombo.
SelectedIndex
= IDX_SELECTTYPE_DROPDOWN;
262
_selectTypeCombo.
SelectedIndex
= IDX_SELECTTYPE_LISTBOX;
265
_selectTypeCombo.
SelectedIndex
= IDX_SELECTTYPE_RADIO;
268
_selectTypeCombo.
SelectedIndex
= IDX_SELECTTYPE_MULTISELECTLISTBOX;
271
_selectTypeCombo.
SelectedIndex
= IDX_SELECTTYPE_CHECKBOX;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
162
_cmbDataField.
SelectedIndex
= -1;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
906
_mergedUI.CbStyles.
SelectedIndex
= _oldSelectedIndex;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
189
_cmbChoices.
SelectedIndex
= 0;
UI\MobileControls\Design\Util\UnsettableComboBox.cs (1)
113
SelectedIndex
= -1;
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ComboBox.cs (15)
1098
SelectedIndex
= -1;
1102
SelectedIndex
= x;
1205
SelectedIndex
= -1;
1301
SelectedIndex
= -1;
1311
SelectedIndex
= index;
1353
SelectedIndex
= index;
2231
SelectedIndex
= 0;
2245
SelectedIndex
= 0;
2251
this.
SelectedIndex
= FindString(this.MatchingText);
2280
this.
SelectedIndex
= itemFound;
2934
SelectedIndex
= -1;
3058
this.
SelectedIndex
= this.DataManager.Position;
3062
SelectedIndex
= selectedIndex;
4411
owner.
SelectedIndex
= index;
4802
_owningComboBox.
SelectedIndex
= GetCurrentIndex();
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
78
this.
SelectedIndex
= -1;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
390
set { ComboBox.
SelectedIndex
= value;}
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.cs (2)
109
this.chainingBehaviourComboBox.
SelectedIndex
= (int)this.dialogRuleSet.ChainingBehavior;
157
this.reevaluationComboBox.
SelectedIndex
= (int)rule.ReevaluationBehavior;
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
164
this.headerTextComboBox.
SelectedIndex
= 0;
170
this.headerTextComboBox.
SelectedIndex
= 0; //none
179
this.headerTextComboBox.
SelectedIndex
= this.headerTextComboBox.Items.IndexOf(this.headerFooterCustom);
184
this.headerTextComboBox.
SelectedIndex
= userHeaderIndex;
198
this.footerTextComboBox.
SelectedIndex
= 0;
206
this.footerTextComboBox.
SelectedIndex
= 0; //none
215
this.footerTextComboBox.
SelectedIndex
= this.footerTextComboBox.Items.IndexOf(this.headerFooterCustom);
220
this.footerTextComboBox.
SelectedIndex
= userFooterIndex;
42 references to SelectedIndex
System.Messaging (3)
System\Messaging\Design\QueuePathDialog.cs (3)
146
this.lastPathType = this.pathType.
SelectedIndex
;
152
this.lastPathType = this.pathType.
SelectedIndex
;
163
this.lastPathType = this.pathType.
SelectedIndex
;
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (5)
175
_configureObjectContext.SelectConnectionStringHasValue(_namedConnectionComboBox.
SelectedIndex
!= -1);
185
if (_namedConnectionComboBox.
SelectedIndex
!= -1)
201
_configureObjectContext.SelectConnectionStringHasValue(_namedConnectionComboBox.
SelectedIndex
!= -1);
205
if (_namedConnectionComboBox.
SelectedIndex
!= -1)
257
if (_namedConnectionComboBox.
SelectedIndex
!= -1)
System.Web.Mobile (11)
UI\MobileControls\Design\ListGeneralPage.cs (2)
310
switch (_decorationCombo.
SelectedIndex
)
360
switch (_selectTypeCombo.
SelectedIndex
)
UI\MobileControls\Design\StyleSheetDesigner.cs (4)
879
_oldSelectedIndex = _mergedUI.CbStyles.
SelectedIndex
;
902
if (_mergedUI.CbStyles.
SelectedIndex
!= _oldSelectedIndex
910
if (_mergedUI.CbStyles.
SelectedIndex
>= 0)
915
_oldSelectedIndex = _mergedUI.CbStyles.
SelectedIndex
;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
307
_cmbChoices.
SelectedIndex
>= 0)
453
if (0 <= _cmbChoices.
SelectedIndex
&&
486
Debug.Assert(_cmbChoices.
SelectedIndex
>= 0);
UI\MobileControls\Design\Util\UnsettableComboBox.cs (2)
64
if (this.
SelectedIndex
== 0)
111
if (
SelectedIndex
== 0)
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (17)
1044
if (
SelectedIndex
!= value) {
1087
int index =
SelectedIndex
;
1351
if ((index != -1) && (index !=
SelectedIndex
)) {
2279
if (itemFound != this.
SelectedIndex
) {
2388
if (DropDownStyle == ComboBoxStyle.DropDownList &&
SelectedIndex
== index) {
2526
selectedIndex =
SelectedIndex
;
2724
if (this.DataManager != null && DataManager.Position !=
SelectedIndex
) {
2726
if (!FormattingEnabled ||
SelectedIndex
!= -1) {
2727
this.DataManager.Position = this.
SelectedIndex
;
3019
int selectedIndex =
SelectedIndex
;
3349
return
SelectedIndex
== -1 && base.ShouldSerializeText();
3432
if (
SelectedIndex
!= -1) {
3433
object item = Items[
SelectedIndex
];
4405
bool selected = (index == owner.
SelectedIndex
);
4694
return _owningComboBox.Focused && _owningComboBox.
SelectedIndex
== GetCurrentIndex();
5307
int selectedIndex = _owningComboBox.
SelectedIndex
;
5312
int selectedIndex = _owningComboBox.
SelectedIndex
;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
183
if (this.
SelectedIndex
!= -1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
389
get { return ComboBox.
SelectedIndex
; }
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.cs (2)
400
rule.ReevaluationBehavior = (RuleReevaluationBehavior)this.reevaluationComboBox.
SelectedIndex
;
407
this.dialogRuleSet.ChainingBehavior = (RuleChainingBehavior)this.chainingBehaviourComboBox.
SelectedIndex
;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
979
if (this.headerTextComboBox.
SelectedIndex
== 0)
991
if (this.footerTextComboBox.
SelectedIndex
== 0)