27 references to Control
System.Web.Mobile (27)
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (27)
61MobileListItemCollection items = Control.Items; 74if(Control.IsMultiSelect) 92if (!Control.IsMultiSelect) 113MobileListItemCollection items = Control.Items; 121bool crossPagePost = !String.IsNullOrEmpty(Control.Form.Action); 127String formVariable = ClientPrefix + Control.ClientID; 130writer.RenderBeginSelect(Control.ClientID, formVariable, _ivalue, Control.Title, Control.IsMultiSelect); 134writer.RenderBeginSelect(Control.ClientID, null, null, Control.Title, Control.IsMultiSelect); 141writer.AddFormVariable (Control.ClientID, _ivalue, false); 144writer.RenderBeginSelect(null, Control.ClientID, _ivalue, Control.Title, Control.IsMultiSelect); 158writer.RenderEndSelect(Control.BreakAfter); 171Debug.Assert (String.IsNullOrEmpty(Control.Form.Action), 189if (Control.Items.Count == 0) 196if(!Control.IsMultiSelect && 198Control.Items.Count > 0) 200Control.Items[0].Selected = true; 251for (int i = 0; i < Control.Items.Count; i++) 253Control.Items[i].Selected = false; 258Control.Items[selectedItemIndices[i]].Selected = true; 270if (Control.Form.Action.Length > 0 || !IsViewStateEnabled()) 282Control ctl = Control;