9 references to Control
System.Web.Mobile (9)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (9)
35
if (
Control
.HasControls()) {
41
if (
Control
.Items.Count != 0) {
51
MobileListItemCollection items =
Control
.Items;
56
ListDecoration decoration =
Control
.Decoration;
95
int pageStart =
Control
.FirstVisibleItemIndex;
96
int pageSize =
Control
.VisibleItemCount;
99
MobileListItem item =
Control
.Items[pageStart + i];
116
if (
Control
.ItemsAsLinks) {
121
else if (
Control
.HasItemCommandHandler) {