1 instantiation of UpCard
System.Web.Mobile (1)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
1036
UpCard card = new
UpCard
();
14 references to UpCard
System.Web.Mobile (14)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (14)
72
private
UpCard
CurrentCard
76
return (
UpCard
)_cards[_currentCardIndex];
1034
private
UpCard
AllocateNewCard()
1036
UpCard
card = new UpCard();
1046
UpCard
card = (
UpCard
)_cards[cardIndex];
1084
UpCard
lastCard = CurrentCard;
1094
UpCard
card = (
UpCard
)_cards[cardIndex];
1121
UpCard
card = (
UpCard
)_cards[cardIndex];
1127
UpCard
nextCard = (
UpCard
)_cards[cardIndex + 1];
1156
UpCard
card = AllocateNewCard();