3 writes to _currentCardIndex
System.Web.Mobile (3)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (3)
1028
_currentCardIndex
= 0;
1158
_currentCardIndex
++;
1167
_currentCardIndex
++;
11 references to _currentCardIndex
System.Web.Mobile (11)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (11)
76
return (UpCard)_cards[
_currentCardIndex
];
214
RenderCardClosing(
_currentCardIndex
);
468
_currentCardIndex
< _cards.Count - 1)
515
if (!Device.CanRenderAfterInputOrSelectElement &&
_currentCardIndex
< _cards.Count - 1)
520
else if (CurrentCard.AnchorCount == 0 &&
_currentCardIndex
< _cards.Count - 1 &&
771
_currentCardIndex
< _cards.Count - 1)
857
if (!Device.CanRenderAfterInputOrSelectElement &&
_currentCardIndex
< _cards.Count - 1)
862
else if (CurrentCard.AnchorCount == 0 &&
_currentCardIndex
< _cards.Count - 1 &&
1146
String nextCardId = "card" + (
_currentCardIndex
+ 1).ToString(CultureInfo.InvariantCulture);
1162
RenderCardClosing(
_currentCardIndex
);
1179
RenderCardOpening(
_currentCardIndex
);