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];
283
RegisterAttribute("vcard_name", HtmlTextWriterAttribute.
VCardName
, false);
UI\WebControls\TextBox.cs (1)
446
writer.AddAttribute(HtmlTextWriterAttribute.
VCardName
, name);