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