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