2 references to BindTo
System.Web (2)
UI\TemplateControl.cs (2)
473
var handler = FastDelegateCreator<Func<CancellationToken, Task>>.
BindTo
(this, preRenderCompleteAsyncEvent.MethodInfo);
477
var handler = FastDelegateCreator<Func<Task>>.
BindTo
(this, preRenderCompleteAsyncEvent.MethodInfo);