2 writes to textFieldDesc
System.Web (2)
UI\WebControls\ButtonColumn.cs (2)
216textFieldDesc = null; 270textFieldDesc = TypeDescriptor.GetProperties(dataItem).Find(dataField, true);
4 references to textFieldDesc
System.Web (4)
UI\WebControls\ButtonColumn.cs (4)
267if (textFieldDesc == null) { 271if ((textFieldDesc == null) && !DesignMode) { 278if (textFieldDesc != null) { 279object data = textFieldDesc.GetValue(dataItem);