2 writes to textFieldDesc
System.Web (2)
UI\WebControls\HyperLinkColumn.cs (2)
240textFieldDesc = null; 287textFieldDesc = props.Find(fieldName, true);
4 references to textFieldDesc
System.Web (4)
UI\WebControls\HyperLinkColumn.cs (4)
281if ((textFieldDesc == null) && (urlFieldDesc == null)) { 288if ((textFieldDesc == null) && !DesignMode) { 302if (textFieldDesc != null) { 303object data = textFieldDesc.GetValue(dataItem);