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