1 write to CallbackException
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
202this.CallbackException = null;
5 references to CallbackException
PresentationCore (5)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
105Exception callbackException = context.CallbackException;
MS\Internal\TextFormatting\FullTextLine.cs (3)
306Exception callbackException = context.CallbackException; 627Exception callbackException = context.CallbackException; 2156Exception callbackException = context.CallbackException;
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
83Exception callbackException = context.CallbackException;