2 instantiations of ExceptionContext
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3414
e.Data[ExceptionContext.Key] = new
ExceptionContext
(e.Data[ExceptionContext.Key], e.StackTrace, plsrun, lsrun);
3421
e.Data[ExceptionContext.Key] = new
ExceptionContext
(null, methodName, plsrun, lsrun);
3 references to ExceptionContext
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (3)
3414
e.Data[
ExceptionContext
.Key] = new ExceptionContext(e.Data[
ExceptionContext
.Key], e.StackTrace, plsrun, lsrun);
3421
e.Data[
ExceptionContext
.Key] = new ExceptionContext(null, methodName, plsrun, lsrun);