3 references to GetDataBoundControl
System.Web.DynamicData (3)
DynamicData\DynamicDataManager.cs (1)
167IDataBoundControlInterface dataBoundControl = DataControlHelper.GetDataBoundControl(control, true /*failIfNotFound*/);
DynamicData\Util\DataControlHelper.cs (1)
16IDataBoundControlInterface dataBoundControl = GetDataBoundControl(current, false /*failIfNotFound*/);
DynamicData\Util\MetaTableHelper.cs (1)
156IDataBoundControlInterface dataBoundControl = DataControlHelper.GetDataBoundControl(current, false /*failIfNotFound*/);