2 writes to textFieldDesc
System.Web (2)
UI\WebControls\HyperLinkField.cs (2)
279
textFieldDesc
= null;
341
textFieldDesc
= props.Find(fieldName, true);
4 references to textFieldDesc
System.Web (4)
UI\WebControls\HyperLinkField.cs (4)
334
if ((
textFieldDesc
== null) && (urlFieldDescs == null)) {
342
if ((
textFieldDesc
== null) && !DesignMode) {
363
if (
textFieldDesc
!= null && dataItem != null) {
364
object data =
textFieldDesc
.GetValue(dataItem);