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