2 writes to ContainsEncryptedViewState
System.Web (2)
UI\Page.cs (2)
4689
ContainsEncryptedViewState
= true;
4985
ContainsEncryptedViewState
= true;
2 references to ContainsEncryptedViewState
System.Web (2)
UI\ObjectStateFormatter.cs (2)
378
if (_page != null && (_page.
ContainsEncryptedViewState
|| _page.EnableViewStateMac)) {
389
if (_page != null && _page.
ContainsEncryptedViewState
) {