1 instantiation of MarkupErrorEventArgs
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
777MarkupErrorEventArgs eea = new MarkupErrorEventArgs(e, lineNum, linePos, filename);
3 references to MarkupErrorEventArgs
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\CompilationUnit.cs (1)
90internal delegate void MarkupErrorEventHandler(Object sender, MarkupErrorEventArgs e);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
777MarkupErrorEventArgs eea = new MarkupErrorEventArgs(e, lineNum, linePos, filename);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
279private void OnCompilerError(Object sender, MarkupErrorEventArgs e)