2 writes to _asyncPostBackSourceElementID
System.Web.Extensions (2)
UI\PageRequestManager.cs (2)
355
_asyncPostBackSourceElementID
= postBackSourceInfo.Substring(indexOfPipe + 1);
360
_asyncPostBackSourceElementID
= String.Empty;
2 references to _asyncPostBackSourceElementID
System.Web.Extensions (2)
UI\PageRequestManager.cs (2)
90
if (
_asyncPostBackSourceElementID
== null) {
93
return
_asyncPostBackSourceElementID
;