3 references to Forms
System.Web.Mobile (3)
UI\MobileControls\MobilePage.cs (3)
680
if (_activeForm == null &&
Forms
.Count > 0)
682
_activeForm = (Form)
Forms
[0];
1282
String activeFormID = ActiveForm ==
Forms
[0] ? null : ActiveForm.UniqueID;