3 instantiations of PageAsyncTask
System.Web (3)
UI\Page.cs (1)
6152
RegisterAsyncTask(new
PageAsyncTask
(beginHandler, endHandler, null, state));
UI\TemplateControl.cs (2)
474
page.RegisterAsyncTask(new
PageAsyncTask
(handler));
478
page.RegisterAsyncTask(new
PageAsyncTask
(handler));
1 reference to PageAsyncTask
System.Web (1)
UI\Page.cs (1)
5718
public void RegisterAsyncTask(
PageAsyncTask
task) {