3 references to TextLineBreak
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (2)
304return new TextLineBreak( 309return (pbreakrec != IntPtr.Zero) ? new TextLineBreak(null, pbreakrec) : null;
System\Windows\Media\textformatting\TextLineBreak.cs (1)
82return new TextLineBreak(_currentScope, pbreakrec);