4 writes to _activeForm
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (4)
674
_activeForm
= GetForm(_activeFormID);
682
_activeForm
= (Form)Forms[0];
704
_activeForm
= newForm;
1040
_activeForm
= control.Form;
8 references to _activeForm
System.Web.Mobile (8)
UI\MobileControls\MobilePage.cs (8)
666
if (
_activeForm
!= null)
668
return
_activeForm
;
675
_activeForm
.Activated = true;
676
return
_activeForm
;
680
if (
_activeForm
== null && Forms.Count > 0)
684
_activeForm
.Activated = true;
686
return
_activeForm
;
1041
_activeForm
.Activated = true;