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