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