1 write to TaskHandler
System.Web (1)
UI\PageAsyncTask.cs (1)
67
TaskHandler
= handler;
2 references to TaskHandler
System.Web (2)
UI\Page.cs (2)
5743
IPageAsyncTask asyncTask = (task.
TaskHandler
!= null)
5744
? (IPageAsyncTask)new PageAsyncTaskTap(task.
TaskHandler
)