1 type derived from TextBreakpoint
PresentationCore (1)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
14internal sealed class FullTextBreakpoint : TextBreakpoint
11 references to TextBreakpoint
PresentationCore (4)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (3)
33internal static IList<TextBreakpoint> CreateMultiple( 104TextBreakpoint[] breakpoints = new TextBreakpoint[lsbreaks.cBreaks];
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
122internal IList<TextBreakpoint> FormatBreakpoints(
PresentationFramework (7)
MS\Internal\PtsHost\OptimalBreakSession.cs (2)
84internal LineBreakpoint(OptimalBreakSession optimalBreakSession, TextBreakpoint textBreakpoint) : base(optimalBreakSession.PtsContext) 110private TextBreakpoint _textBreakpoint;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
183internal PTS.FSFLRES GetFormatResultForBreakpoint(int dcp, TextBreakpoint textBreakpoint)
MS\Internal\PtsHost\PtsHost.cs (2)
1497IList<TextBreakpoint> textBreakpoints; 1519TextBreakpoint textBreakpoint = textBreakpoints[breakIndex];
MS\Internal\PtsHost\TextParagraph.cs (2)
358internal System.Collections.Generic.IList<TextBreakpoint> 379System.Collections.Generic.IList<TextBreakpoint> textBreakpoints = textParagraphCache.FormatBreakpoints(