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)
507if (_boundFieldDesc != null) { 509data = _boundFieldDesc.GetValue(dataItem);