87 references to CurrentCard
System.Web.Mobile (87)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (87)
209
CurrentCard
.AnchorCount = _currentCardAnchorCount;
245
if (
CurrentCard
.HasInputElements && !Device.CanRenderAfterInputOrSelectElement)
263
if (
CurrentCard
.RenderAsMenu)
265
CurrentCard
.RenderAsMenu = false;
266
CurrentCard
.MenuCandidate = false;
268
else if (
CurrentCard
.MenuCandidate)
279
CurrentCard
.StaticItemsWeight += weight;
289
if (
CurrentCard
.RenderAsMenu)
293
else if (!
CurrentCard
.UsesDefaultSubmit)
312
if (!
CurrentCard
.RenderedTextElementYet &&
316
CurrentCard
.RenderedTextElementYet = true;
348
if (
CurrentCard
.HasInputElements && !Device.CanRenderAfterInputOrSelectElement)
356
if (mapToSoftkey &&
CurrentCard
.SoftkeysUsed < NumberOfSoftkeys)
367
if (
CurrentCard
.RenderAsMenu)
369
if (!
CurrentCard
.MenuOpened)
383
else if (!
CurrentCard
.UsesDefaultSubmit)
407
if (
CurrentCard
.MenuCandidate)
409
CurrentCard
.RenderAsMenu = true;
411
CurrentCard
.HasNonStaticElements = true;
426
CurrentCard
.Softkeys[
CurrentCard
.SoftkeysUsed++] = softkey;
431
if (
CurrentCard
.RenderAsMenu)
458
else if (!
CurrentCard
.UsesDefaultSubmit)
467
_currentCardAnchorCount ==
CurrentCard
.AnchorCount &&
495
else if (
CurrentCard
.HasInputElements &&
502
CurrentCard
.RenderAsMenu = false;
503
CurrentCard
.MenuCandidate = false;
504
CurrentCard
.HasNonStaticElements = true;
505
CurrentCard
.HasInputElements = true;
517
CurrentCard
.NoOKLink = true;
520
else if (
CurrentCard
.AnchorCount == 0 && _currentCardIndex < _cards.Count - 1 &&
523
CurrentCard
.NoOKLink = true;
537
if (
CurrentCard
.HasInputElements && !Device.CanRenderAfterInputOrSelectElement)
546
CurrentCard
.RenderAsMenu = false;
547
CurrentCard
.MenuCandidate = false;
551
if (
CurrentCard
.RenderAsMenu)
554
CurrentCard
.RenderAsMenu = false;
555
CurrentCard
.MenuCandidate = false;
557
else if (
CurrentCard
.MenuCandidate)
559
CurrentCard
.StaticItemsWeight += _screenWidth;
573
if (
CurrentCard
.RenderAsMenu)
577
else if (!
CurrentCard
.UsesDefaultSubmit)
601
if (
CurrentCard
.HasInputElements && !Device.CanRenderAfterInputOrSelectElement)
609
if (mapToSoftkey &&
CurrentCard
.SoftkeysUsed < NumberOfSoftkeys)
619
if (
CurrentCard
.RenderAsMenu)
621
if (!
CurrentCard
.MenuOpened)
632
else if (!
CurrentCard
.UsesDefaultSubmit)
653
if (
CurrentCard
.MenuCandidate)
658
if (
CurrentCard
.RenderAsMenu)
660
if (
CurrentCard
.MenuTarget != target)
662
CurrentCard
.MenuTarget = null;
667
CurrentCard
.MenuTarget = target;
668
CurrentCard
.RenderAsMenu = true;
671
CurrentCard
.HasNonStaticElements = true;
687
CurrentCard
.Softkeys[
CurrentCard
.SoftkeysUsed++] = softkey;
693
if (
CurrentCard
.RenderAsMenu)
728
if (
CurrentCard
.MenuTarget != null)
761
else if (!
CurrentCard
.UsesDefaultSubmit)
770
_currentCardAnchorCount ==
CurrentCard
.AnchorCount &&
780
if (!AnalyzeMode && !
CurrentCard
.MenuOpened)
796
CurrentCard
.ExternalSubmitMenu = true;
806
CurrentCard
.RenderAsMenu = false;
807
CurrentCard
.MenuCandidate = false;
824
else if (
CurrentCard
.HasInputElements &&
831
CurrentCard
.RenderAsMenu = false;
832
CurrentCard
.MenuCandidate = false;
833
CurrentCard
.HasNonStaticElements = true;
834
CurrentCard
.HasInputElements = true;
859
CurrentCard
.NoOKLink = true;
862
else if (
CurrentCard
.AnchorCount == 0 && _currentCardIndex < _cards.Count - 1 &&
865
CurrentCard
.NoOKLink = true;
906
if (
CurrentCard
.ExternalSubmitMenu)
914
if (
CurrentCard
.MenuTarget != null)
916
menuTarget =
CurrentCard
.MenuTarget;
953
CurrentCard
.MenuOpened = true;
959
CurrentCard
.MenuOpened = false;
992
CurrentCard
.RenderAsMenu = false;
993
CurrentCard
.MenuCandidate = false;
1084
UpCard lastCard =
CurrentCard
;
1154
CurrentCard
.AnchorCount = _currentCardAnchorCount;
1172
WriteAttribute("id",
CurrentCard
.Id);
1191
CurrentCard
.Softkeys[i] =
CurrentCard
.Softkeys[i - 1];
1193
CurrentCard
.Softkeys[0] = softkey;
1194
if (
CurrentCard
.SoftkeysUsed < NumberOfSoftkeys)
1196
CurrentCard
.SoftkeysUsed++;