10 references to postEventSourceID
System.Web (5)
UI\Page.cs (5)
432
s_systemPostFields.Add(
postEventSourceID
);
1957
if (nullValues[i].StartsWith(ViewStateFieldPrefixID, StringComparison.Ordinal) || nullValues[i] ==
postEventSourceID
) {
1972
ret[
postEventSourceID
] == null &&
2728
ClientScript.RegisterHiddenField(
postEventSourceID
, String.Empty);
3325
string eventSource = postData[
postEventSourceID
];
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
1351
_isNavigating = IPage.Request[System.Web.UI.Page.
postEventSourceID
] == this.UniqueID;
System.Web.Mobile (4)
UI\MobileControls\MobilePage.cs (4)
47
public static readonly String HiddenPostEventSourceId =
postEventSourceID
;
920
postEventSourceID
,
947
String eventSource = collection[
postEventSourceID
];
1516
name ==
postEventSourceID
||