2 instantiations of TextSegment
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
83
_sourceTextSegment = new
TextSegment
(_alternateWordForm.ReflectionGetProperty("SourceTextSegment"));
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
77
_sourceTextSegment = new
TextSegment
(_wordSegment.ReflectionGetProperty("SourceTextSegment"));
6 references to TextSegment
PresentationFramework (6)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (2)
77
public
TextSegment
SourceTextSegment
104
private
TextSegment
_sourceTextSegment = null;
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
71
public
TextSegment
SourceTextSegment
107
private
TextSegment
_sourceTextSegment = null;
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
953
public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
textSegment)
959
public static explicit operator TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
textSegment)