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