10 references to postEventSourceID
System.Web (5)
UI\Page.cs (5)
432s_systemPostFields.Add(postEventSourceID); 1957if (nullValues[i].StartsWith(ViewStateFieldPrefixID, StringComparison.Ordinal) || nullValues[i] == postEventSourceID) { 1972ret[postEventSourceID] == null && 2728ClientScript.RegisterHiddenField(postEventSourceID, String.Empty); 3325string 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)
47public static readonly String HiddenPostEventSourceId = postEventSourceID; 920postEventSourceID, 947String eventSource = collection[postEventSourceID]; 1516name == postEventSourceID ||