1 write to _cbChoices
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
136
this.
_cbChoices
= new System.Windows.Forms.ComboBox();
25 references to _cbChoices
System.Web.Mobile (25)
UI\MobileControls\Design\PropertyOverridesDialog.cs (25)
93
_cbChoices
.Items.Clear();
107
_cbChoices
.SelectedIndexChanged += new EventHandler(
126
this.
_cbChoices
.TabIndex = ++tabOffset;
144
this.
_cbChoices
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
145
this.
_cbChoices
.DropDownWidth = 195;
146
this.
_cbChoices
.Location = new System.Drawing.Point(0, 16);
147
this.
_cbChoices
.Size = new System.Drawing.Size(195, 21);
160
this.
_cbChoices
,
188
new PropertyOverridesCachedState(
_cbChoices
);
207
state.Restore(
_cbChoices
);
225
foreach(ChoiceTreeNode choiceNode in
_cbChoices
.Items)
256
_cbChoices
.Items.Add(newChoiceNode);
266
_cbChoices
.Items
303
if(
_cbChoices
.SelectedItem == null &&
_cbChoices
.Items.Count > 0)
305
_cbChoices
.SelectedItem =
_cbChoices
.Items[0];
308
ChoiceTreeNode choice = (ChoiceTreeNode)
_cbChoices
.SelectedItem;
312
_cbChoices
.Text = choice.ToString();
318
_cbChoices
.Text = String.Empty;
321
_cbChoices
.Enabled = isChoiceSelected;
432
_cbChoices
.Items.Clear();
567
if (
_cbChoices
.Items.Count > 0)
570
foreach (ChoiceTreeNode choiceNode in
_cbChoices
.Items)
583
_cbChoices
.Items.Clear();