1 write to _for
System.Web (1)
UI\WebControls\LabelLiteral.cs (1)
12_for = forControl;
3 references to _for
System.Web (3)
UI\WebControls\LabelLiteral.cs (3)
29writer.Write(_for.ID); 31writer.Write(_for.ID); 37writer.AddAttribute(HtmlTextWriterAttribute.For, _for.ClientID);