1 type derived from Link
System.Web.Mobile (1)
UI\MobileControls\LiteralLink.cs (1)
35public class LiteralLink : Link
3 instantiations of Link
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
56_link = new Link();
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
56_link = new Link();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
45_link = new Link();
16 references to Link
System.Web.Mobile (16)
UI\MobileControls\Adapters\HtmlLinkAdapter.cs (2)
33protected new Link Control 37return (Link)base.Control;
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
39private Link _link; // to go back to the form validated by this control
UI\MobileControls\Adapters\WmlLinkAdapter.cs (2)
34protected new Link Control 38return (Link)base.Control;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
39private Link _link; // to go back to the form validated by this control
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (2)
26protected new Link Control { 28return base.Control as Link;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
31private Link _link; // to go back to the form validated by this control
UI\MobileControls\Design\LinkDesigner.cs (7)
23/// Provides a designer for the <see cref='System.Web.UI.MobileControls.Link'/> 27/// <seealso cref='System.Web.UI.MobileControls.Link'/> 35private System.Web.UI.MobileControls.Link _link; 54Debug.Assert(component is System.Web.UI.MobileControls.Link, 56_link = (System.Web.UI.MobileControls.Link) component; 62/// Returns the design-time HTML of the <see cref='System.Web.UI.MobileControls.Link'/> 71/// <seealso cref='System.Web.UI.MobileControls.Link'/>