3 writes to SoftkeysUsed
System.Web.Mobile (3)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (3)
426CurrentCard.Softkeys[CurrentCard.SoftkeysUsed++] = softkey; 687CurrentCard.Softkeys[CurrentCard.SoftkeysUsed++] = softkey; 1196CurrentCard.SoftkeysUsed++;
5 references to SoftkeysUsed
System.Web.Mobile (5)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (5)
356if (mapToSoftkey && CurrentCard.SoftkeysUsed < NumberOfSoftkeys) 609if (mapToSoftkey && CurrentCard.SoftkeysUsed < NumberOfSoftkeys) 1053if (card.AnchorCount == 1 && cardIndex == _cards.Count - 1 && card.SoftkeysUsed == 1) 1103for (int i = 0; i < card.SoftkeysUsed; i++) 1194if (CurrentCard.SoftkeysUsed < NumberOfSoftkeys)