1 write to CallbackException
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
175this.CallbackException = null;
5 references to CallbackException
PresentationCore (5)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
82Exception callbackException = context.CallbackException;
MS\Internal\TextFormatting\FullTextLine.cs (3)
292Exception callbackException = context.CallbackException; 613Exception callbackException = context.CallbackException; 2142Exception callbackException = context.CallbackException;
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
65Exception callbackException = context.CallbackException;