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