2 writes to textFieldDesc
System.Web (2)
UI\WebControls\ButtonField.cs (2)
195textFieldDesc = null; 291textFieldDesc = TypeDescriptor.GetProperties(dataItem).Find(dataField, true);
4 references to textFieldDesc
System.Web (4)
UI\WebControls\ButtonField.cs (4)
288if (textFieldDesc == null && dataItem != null) { 292if ((textFieldDesc == null) && !DesignMode) { 297if (textFieldDesc != null && dataItem != null) { 298object data = textFieldDesc.GetValue(dataItem);