1 write to _page
System.Web (1)
UI\ObjectStateFormatter.cs (1)
180
_page
= page;
22 references to _page
System.Web (22)
UI\ObjectStateFormatter.cs (22)
188
if (
_page
== null) {
196
"TemplateSourceDirectory: " +
_page
.TemplateSourceDirectory.ToUpperInvariant(),
197
"Type: " +
_page
.GetType().Name.ToUpperInvariant()
200
if (
_page
.ViewStateUserKey != null) {
201
specificPurposes.Add("ViewStateUserKey: " +
_page
.ViewStateUserKey);
215
if (
_page
== null) {
222
uint pageHashCode =
_page
.GetClientStateIdentifier();
224
string viewStateUserKey =
_page
.ViewStateUserKey;
378
if (
_page
!= null && (
_page
.ContainsEncryptedViewState ||
_page
.EnableViewStateMac)) {
389
if (
_page
!= null &&
_page
.ContainsEncryptedViewState) {
394
else if ((
_page
!= null &&
_page
.EnableViewStateMac) || _macKeyBytes != null) {
783
if (
_page
!= null && (
_page
.RequiresViewStateEncryptionInternal ||
_page
.EnableViewStateMac)) {
794
if (
_page
!= null &&
_page
.RequiresViewStateEncryptionInternal) {
799
else if ((
_page
!= null &&
_page
.EnableViewStateMac) || _macKeyBytes != null) {