3 references to RequiresViewStateEncryptionInternal
System.Web (3)
UI\ObjectStateFormatter.cs (2)
783if (_page != null && (_page.RequiresViewStateEncryptionInternal || _page.EnableViewStateMac)) { 794if (_page != null && _page.RequiresViewStateEncryptionInternal) {
UI\Page.cs (1)
2423if (RequiresViewStateEncryptionInternal) {