2 references to EVENTINFO
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
2903
param1 = new CodeParameterDeclarationExpression(typeof(EventInfo),
EVENTINFO
);
2909
CodeMethodReferenceExpression cmreAEH = new CodeMethodReferenceExpression(new CodeArgumentReferenceExpression(
EVENTINFO
), "AddEventHandler");