9 references to Control
System.Web.Mobile (9)
UI\MobileControls\Adapters\HtmlListAdapter.cs (8)
46if(Control.HasControls()) 57MobileListItemCollection items = Control.Items; 64int pageStart = Control.FirstVisibleItemIndex; 65int pageSize = Control.VisibleItemCount; 70ListDecoration decoration = Control.Decoration; 142bool hasCmdHandler = Control.HasItemCommandHandler; 155if(Control.ItemsAsLinks) 167if (hasCmdHandler || Control.ItemsAsLinks)
UI\MobileControls\Design\Adapters\DesignerListAdapter.cs (1)
33((DesignerTextWriter)writer).WriteDesignerStyleAttributes(Control, Style);