1 write to CallbackException
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
220this.CallbackException = null;
5 references to CallbackException
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
113Exception callbackException = context.CallbackException;
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
329Exception callbackException = context.CallbackException; 660Exception callbackException = context.CallbackException; 2198Exception callbackException = context.CallbackException;
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
92Exception callbackException = context.CallbackException;