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