4 writes to _requestValueCollection
System.Web (4)
UI\Page.cs (4)
4640
_requestValueCollection
= PageAdapter.DeterminePostBackMode();
4646
_requestValueCollection
= DeterminePostBackMode();
4936
_requestValueCollection
= PageAdapter.DeterminePostBackMode();
4942
_requestValueCollection
= DeterminePostBackMode();
36 references to _requestValueCollection
System.Web (36)
UI\Page.cs (36)
1658
if (
_requestValueCollection
== null)
1690
get { return
_requestValueCollection
; }
2143
if (
_requestValueCollection
== null) {
2147
if (!VerifyClientStateIdentifier(
_requestValueCollection
[ViewStateGeneratorFieldID])) {
2170
if (
_requestValueCollection
!= null) {
2173
string xpos =
_requestValueCollection
[_scrollPositionXID];
2177
string ypos =
_requestValueCollection
[_scrollPositionYID];
3079
NameValueCollection postCollection = ctrl.CalculateEffectiveValidateRequest() ?
_requestValueCollection
: _unvalidatedRequestValueCollection;
3111
NameValueCollection postCollection = c.CalculateEffectiveValidateRequest() ?
_requestValueCollection
: _unvalidatedRequestValueCollection;
3178
NameValueCollection postCollection = ctrl.CalculateEffectiveValidateRequest() ?
_requestValueCollection
: _unvalidatedRequestValueCollection;
3215
NameValueCollection postCollection = c.CalculateEffectiveValidateRequest() ?
_requestValueCollection
: _unvalidatedRequestValueCollection;
4641
if (
_requestValueCollection
!= null) {
4651
if (
_requestValueCollection
!= null) {
4685
if (
_requestValueCollection
!= null) {
4688
if (
_requestValueCollection
[ViewStateEncryptionID] != null) {
4693
callbackControlId =
_requestValueCollection
[callbackID];
4702
if (
_requestValueCollection
[previousPageID] != null) {
4705
DecryptString(
_requestValueCollection
[previousPageID], Purpose.WebForms_Page_PreviousPageID));
4762
ProcessPostData(
_requestValueCollection
, true /* fBeforeLoad */);
4794
RaisePostBackEvent(
_requestValueCollection
);
4937
if (
_requestValueCollection
!= null) {
4947
if (
_requestValueCollection
!= null) {
4981
if (
_requestValueCollection
!= null) {
4984
if (
_requestValueCollection
[ViewStateEncryptionID] != null) {
4989
callbackControlId =
_requestValueCollection
[callbackID];
4998
if (
_requestValueCollection
[previousPageID] != null) {
5001
DecryptString(
_requestValueCollection
[previousPageID], Purpose.WebForms_Page_PreviousPageID));
5063
await ProcessPostDataAsync(
_requestValueCollection
, true /* fBeforeLoad */).WithinCancellableCallback(con);
5066
ProcessPostData(
_requestValueCollection
, true /* fBeforeLoad */);
5110
RaisePostBackEvent(
_requestValueCollection
);
5314
string param =
_requestValueCollection
[callbackParameterID];
5331
bool needsCallbackLoadScript = !String.IsNullOrEmpty(
_requestValueCollection
[callbackLoadScriptID]);
5347
string param =
_requestValueCollection
[callbackParameterID];
5367
bool needsCallbackLoadScript = !String.IsNullOrEmpty(
_requestValueCollection
[callbackLoadScriptID]);
5379
bool needsCallbackLoadScript = !String.IsNullOrEmpty(
_requestValueCollection
[callbackLoadScriptID]);
5383
index =
_requestValueCollection
[callbackIndexID];