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)
76return (UpCard)_cards[_currentCardIndex]; 214RenderCardClosing(_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 && 1146String nextCardId = "card" + (_currentCardIndex + 1).ToString(CultureInfo.InvariantCulture); 1162RenderCardClosing(_currentCardIndex); 1179RenderCardOpening(_currentCardIndex);