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)
77public TextSegment SourceTextSegment 104private TextSegment _sourceTextSegment = null;
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
71public TextSegment SourceTextSegment 107private TextSegment _sourceTextSegment = null;
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
953public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment) 959public static explicit operator TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment)