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