18 references to _cards
System.Web.Mobile (18)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (18)
76return (UpCard)_cards[_currentCardIndex]; 468_currentCardIndex < _cards.Count - 1) 515if (!Device.CanRenderAfterInputOrSelectElement && _currentCardIndex < _cards.Count - 1) 520else if (CurrentCard.AnchorCount == 0 && _currentCardIndex < _cards.Count - 1 && 771_currentCardIndex < _cards.Count - 1) 857if (!Device.CanRenderAfterInputOrSelectElement && _currentCardIndex < _cards.Count - 1) 862else if (CurrentCard.AnchorCount == 0 && _currentCardIndex < _cards.Count - 1 && 1022if (_cards.Count > 0) 1024_cards.Clear(); 1038_cards.Add(card); 1046UpCard card = (UpCard)_cards[cardIndex]; 1053if (card.AnchorCount == 1 && cardIndex == _cards.Count - 1 && card.SoftkeysUsed == 1) 1075for(int i = 0; i < _cards.Count; i++) 1094UpCard card = (UpCard)_cards[cardIndex]; 1108else if (cardIndex == _cards.Count - 1) 1121UpCard card = (UpCard)_cards[cardIndex]; 1123if (cardIndex < _cards.Count - 1 && !card.NoOKLink) 1127UpCard nextCard = (UpCard)_cards[cardIndex + 1];