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)
38
if (
_view
== null) {
41
return
_view
;
109
if (
_view
!= null) {
110
myState.Second = ((IStateManager)
_view
).SaveViewState();
121
if (
_view
!= null) {
122
((IStateManager)
_view
).TrackViewState();