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