7 references to LiteralControl
System.Web (7)
UI\LiteralControl.cs (1)
51public LiteralControl(string text) : this() {
UI\WebControls\ChangePassword.cs (3)
2981container.CreateUserLinkSeparator = new LiteralControl(); 2986container.HelpPageLinkSeparator = new LiteralControl(); 2991container.EditProfileLinkSeparator = new LiteralControl();
UI\WebControls\login.cs (2)
1844LiteralControl passwordRecoveryLinkSeparator = new LiteralControl(); 1852LiteralControl createUserLinkSeparator = new LiteralControl();
UI\WebControls\Wizard.cs (1)
2817_titleLiteral = new LiteralControl();