1 type derived from Link
System.Web.Mobile (1)
UI\MobileControls\LiteralLink.cs (1)
35
public 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)
33
protected new
Link
Control
37
return (
Link
)base.Control;
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
39
private
Link
_link; // to go back to the form validated by this control
UI\MobileControls\Adapters\WmlLinkAdapter.cs (2)
34
protected new
Link
Control
38
return (
Link
)base.Control;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
39
private
Link
_link; // to go back to the form validated by this control
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (2)
26
protected new
Link
Control {
28
return base.Control as
Link
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
31
private
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
'/>
35
private System.Web.UI.MobileControls.
Link
_link;
54
Debug.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
'/>