1 write to CallbackException
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
176this.CallbackException = null;
5 references to CallbackException
PresentationCore (5)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
83Exception callbackException = context.CallbackException;
MS\Internal\TextFormatting\FullTextLine.cs (3)
291Exception callbackException = context.CallbackException; 612Exception callbackException = context.CallbackException; 2141Exception callbackException = context.CallbackException;
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
66Exception callbackException = context.CallbackException;