3 overrides of AddLinkedForms
System.Web.Mobile (3)
UI\MobileControls\Link.cs (1)
89public override void AddLinkedForms(IList linkedForms)
UI\MobileControls\Panel.cs (1)
42public override void AddLinkedForms(IList linkedForms)
UI\MobileControls\PhoneCall.cs (1)
162public override void AddLinkedForms(IList linkedForms)
1 reference to AddLinkedForms
System.Web.Mobile (1)
UI\MobileControls\Panel.cs (1)
48((MobileControl)child).AddLinkedForms(linkedForms);