3 references to TextLineBreak
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (2)
329return new TextLineBreak( 334return (pbreakrec != IntPtr.Zero) ? new TextLineBreak(null, new SecurityCriticalDataForSet<IntPtr>(pbreakrec)) : null;
Core\CSharp\System\Windows\Media\TextFormatting\TextLineBreak.cs (1)
107return new TextLineBreak(_currentScope, new SecurityCriticalDataForSet<IntPtr>(pbreakrec));