2 instantiations of TextRange
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
961
return new
TextRange
(textSegment);
1061
return new
TextRange
(_segment.SourceTextSegment);
1 reference to TextRange
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
959
public static explicit operator
TextRange
(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment)