2 writes to boundFieldDesc
System.Web (2)
UI\WebControls\BoundColumn.cs (2)
134
boundFieldDesc
= null;
201
boundFieldDesc
= TypeDescriptor.GetProperties(dataItem).Find(boundField, true);
4 references to boundFieldDesc
System.Web (4)
UI\WebControls\BoundColumn.cs (4)
202
if ((
boundFieldDesc
== null) && !DesignMode) {
212
if ((
boundFieldDesc
== null) && DesignMode) {
216
if (
boundFieldDesc
!= null) {
217
data =
boundFieldDesc
.GetValue(dataItem);