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