3 writes to _view
System.Web.Extensions (3)
UI\WebControls\QueryableDataSource.cs (3)
28_view = view; 39_view = CreateQueryableView(); 91_view = view;
6 references to _view
System.Web.Extensions (6)
UI\WebControls\QueryableDataSource.cs (6)
38if (_view == null) { 41return _view; 109if (_view != null) { 110myState.Second = ((IStateManager)_view).SaveViewState(); 121if (_view != null) { 122((IStateManager)_view).TrackViewState();