19 references to IsViewStateEnabled
System.Web (17)
UI\HtmlControls\HtmlSelect.cs (3)
701if (!IsViewStateEnabled && Page.IsPostBack) { 724else if (IsViewStateEnabled) { 748if (Page.IsPostBack && IsViewStateEnabled && ViewState[DataBoundViewStateKey] == null) {
UI\WebControls\BaseDataBoundControl.cs (1)
258if (!IsViewStateEnabled && Page.IsPostBack) {
UI\WebControls\BaseDataList.cs (3)
580if (!IsViewStateEnabled && Page.IsPostBack) { 603else if (IsViewStateEnabled) { 628if (Page.IsPostBack && IsViewStateEnabled && ViewState[ItemCountViewStateKey] == null) {
UI\WebControls\DataBoundControl.cs (2)
398else if (IsViewStateEnabled) { 420else if (IsViewStateEnabled && ViewState[DataBoundViewStateKey] == null) {
UI\WebControls\DetailsView.cs (1)
3212if (IsDataBindingAutomatic && Mode == DetailsViewMode.Edit && IsViewStateEnabled) {
UI\WebControls\FormView.cs (1)
2758if (IsDataBindingAutomatic && Mode == FormViewMode.Edit && IsViewStateEnabled) {
UI\WebControls\GridView.cs (1)
3921if (IsDataBindingAutomatic && editIndex != -1 && editIndex < Rows.Count && IsViewStateEnabled) {
UI\WebControls\HierarchicalDataBoundControl.cs (2)
167else if (IsViewStateEnabled) { 189else if (IsViewStateEnabled && ViewState[DataBoundViewStateKey] == null) {
UI\WebControls\Repeater.cs (3)
882if (!IsViewStateEnabled && Page.IsPostBack) { 936else if (IsViewStateEnabled) { 961if (Page.IsPostBack && IsViewStateEnabled && ViewState[ItemCountViewStateKey] == null) {
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
2741if (!IsViewStateEnabled) { 3114if (IsDataBindingAutomatic && editIndex != -1 && editIndex < Items.Count && IsViewStateEnabled) {