38 references to Index
System.Web.Mobile (38)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (6)
837
SecondaryUIMode = Options[e.ListItem.
Index
];
845
if (e.ListItem.
Index
== _monthsToDisplay)
852
else if (e.ListItem.
Index
== _monthsToDisplay + 1)
864
e.ListItem.
Index
);
893
Control.VisibleDate = _threadCalendar.AddDays(tempDate, e.ListItem.
Index
* 7);
915
Control.VisibleDate = _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.
Index
);
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (1)
97
writer.Write(item.
Index
.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
162
RenderPostBackEventAsAttribute(writer, "href", item.
Index
.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (6)
215
item.
Index
.ToString(CultureInfo.InvariantCulture) :
216
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
.ToString(CultureInfo.InvariantCulture));
243
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
),
305
item.
Index
.ToString(CultureInfo.InvariantCulture) :
306
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
),
327
RenderPostBackEventAsAttribute(writer, "href", String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
));
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (6)
809
SecondaryUIMode = Options[e.ListItem.
Index
];
817
if (e.ListItem.
Index
== _monthsToDisplay)
824
else if (e.ListItem.
Index
== _monthsToDisplay + 1)
836
e.ListItem.
Index
);
865
Control.VisibleDate = _threadCalendar.AddDays(tempDate, e.ListItem.
Index
* 7);
887
Control.VisibleDate = _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.
Index
);
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
86
RenderPostBackEvent(writer, item.
Index
.ToString(CultureInfo.InvariantCulture), null, true, item.Text, true);
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (4)
182
String.Format(CultureInfo.InvariantCulture, _showMoreFormatAnchor, item.
Index
) :
183
item.
Index
.ToString(CultureInfo.InvariantCulture),
214
String.Format(CultureInfo.InvariantCulture, _showMoreFormatAnchor, item.
Index
) :
215
item.
Index
.ToString(CultureInfo.InvariantCulture),
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (6)
744
SecondaryUIMode = Options[e.ListItem.
Index
];
751
if (e.ListItem.
Index
== _monthsToDisplay) {
757
else if (e.ListItem.
Index
== _monthsToDisplay + 1) {
767
e.ListItem.
Index
);
793
Control.VisibleDate = _threadCalendar.AddDays(tempDate, e.ListItem.
Index
* 7);
812
Control.VisibleDate = _threadCalendar.AddDays(Control.VisibleDate, e.ListItem.
Index
);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
123
item.
Index
.ToString(CultureInfo.InvariantCulture) /*event argument*/,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (6)
493
item.
Index
.ToString(CultureInfo.InvariantCulture) :
494
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
),
526
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
),
569
String eventArgument = HasDefaultCommand() ? item.
Index
.ToString(CultureInfo.InvariantCulture) : String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
.ToString(CultureInfo.InvariantCulture));
583
String.Format(CultureInfo.InvariantCulture, ShowMoreFormat, item.
Index
),