18 references to _cards
System.Web.Mobile (18)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (18)
76
return (UpCard)
_cards
[_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 &&
1022
if (
_cards
.Count > 0)
1024
_cards
.Clear();
1038
_cards
.Add(card);
1046
UpCard card = (UpCard)
_cards
[cardIndex];
1053
if (card.AnchorCount == 1 && cardIndex ==
_cards
.Count - 1 && card.SoftkeysUsed == 1)
1075
for(int i = 0; i <
_cards
.Count; i++)
1094
UpCard card = (UpCard)
_cards
[cardIndex];
1108
else if (cardIndex ==
_cards
.Count - 1)
1121
UpCard card = (UpCard)
_cards
[cardIndex];
1123
if (cardIndex <
_cards
.Count - 1 && !card.NoOKLink)
1127
UpCard nextCard = (UpCard)
_cards
[cardIndex + 1];