4 references to VCardName
System.Web (4)
UI\HTMLTextWriter.cs (3)
230_attrKeyLookupTable = new Hashtable((int)HtmlTextWriterAttribute.VCardName + 1); 231_attrNameLookupArray = new AttributeInformation[(int)HtmlTextWriterAttribute.VCardName + 1]; 283RegisterAttribute("vcard_name", HtmlTextWriterAttribute.VCardName, false);
UI\WebControls\TextBox.cs (1)
446writer.AddAttribute(HtmlTextWriterAttribute.VCardName, name);