2 implementations of IFieldControl
System.Web (2)
UI\WebControls\DetailsView.cs (1)
41
public class DetailsView : CompositeDataBoundControl, IDataItemContainer, ICallbackContainer, ICallbackEventHandler, IPostBackEventHandler, IPostBackContainer, IDataBoundItemControl,
IFieldControl
{
UI\WebControls\GridView.cs (1)
42
ICallbackEventHandler, IPersistedSelector, IDataKeysControl, IDataBoundListControl,
IFieldControl
{
4 references to IFieldControl
System.Web (2)
UI\WebControls\DetailsView.cs (1)
3711
IAutoFieldGenerator
IFieldControl
.FieldsGenerator {
UI\WebControls\GridView.cs (1)
4593
IAutoFieldGenerator
IFieldControl
.FieldsGenerator {
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (2)
200
IFieldControl
fieldControl = dataBoundControl as
IFieldControl
;