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