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