2 writes to urlFieldDesc
System.Web (2)
UI\WebControls\HyperLinkColumn.cs (2)
241
urlFieldDesc
= null;
295
urlFieldDesc
= props.Find(fieldName, true);
4 references to urlFieldDesc
System.Web (4)
UI\WebControls\HyperLinkColumn.cs (4)
281
if ((textFieldDesc == null) && (
urlFieldDesc
== null)) {
296
if ((
urlFieldDesc
== null) && !DesignMode) {
312
if (
urlFieldDesc
!= null) {
313
object data =
urlFieldDesc
.GetValue(dataItem);