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; 310switch (_decorationCombo.SelectedIndex)