1 write to _decorationCombo
System.Web.Mobile (1)
UI\MobileControls\Design\ListGeneralPage.cs (1)
104
_decorationCombo
= new ComboBox();
10 references to _decorationCombo
System.Web.Mobile (10)
UI\MobileControls\Design\ListGeneralPage.cs (10)
126
_decorationCombo
.SetBounds(8, 40, 161, 21);
127
_decorationCombo
.DropDownStyle = ComboBoxStyle.DropDownList;
128
_decorationCombo
.SelectedIndexChanged += new EventHandler(this.OnSetPageDirty);
129
_decorationCombo
.Items.AddRange(new object[] {
134
_decorationCombo
.TabIndex = 2;
214
_decorationCombo
242
_decorationCombo
.SelectedIndex = IDX_DECORATION_NONE;
245
_decorationCombo
.SelectedIndex = IDX_DECORATION_BULLETED;
248
_decorationCombo
.SelectedIndex = IDX_DECORATION_NUMBERED;
310
switch (
_decorationCombo
.SelectedIndex)