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