8 references to View
System.Web (8)
UI\WebControls\ModelDataSource.cs (8)
43View.UpdateProperties(modelTypeName, selectMethod, updateMethod, insertMethod, deleteMethod, dataKeyName); 56View.CallingDataMethods += value; 59View.CallingDataMethods -= value; 78return ((IStateManager)View).IsTrackingViewState; 82((IStateManager)View).LoadViewState(savedState); 86return ((IStateManager)View).SaveViewState(); 90((IStateManager)View).TrackViewState(); 98return View;