4 references to CodeAttachEventStatement
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1931
csEvent = new
CodeAttachEventStatement
(ce, mei.eventName, cDelExp);
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
879
CodeAttachEventStatement attachEvent = new
CodeAttachEventStatement
(ctrlRefExpr, eventInfo.Name, newDelegate);
892
CodeAttachEventStatement attachEvent = new
CodeAttachEventStatement
(ctrlRefExpr, "DataBinding", newDelegate);
956
CodeAttachEventStatement attachEvent = new
CodeAttachEventStatement
(ctrlRefExpr, eventEntry.Name, newDelegate);