2 writes to _boundFieldDesc
System.Web (2)
UI\WebControls\BoundField.cs (2)
503
_boundFieldDesc
= TypeDescriptor.GetProperties(dataItem).Find(boundField, true);
530
_boundFieldDesc
= null;
2 references to _boundFieldDesc
System.Web (2)
UI\WebControls\BoundField.cs (2)
507
if (
_boundFieldDesc
!= null) {
509
data =
_boundFieldDesc
.GetValue(dataItem);