1 write to _sourceTextSegment
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
77
_sourceTextSegment
= new TextSegment(_wordSegment.ReflectionGetProperty("SourceTextSegment"));
2 references to _sourceTextSegment
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
75
if (
_sourceTextSegment
== null)
80
return
_sourceTextSegment
;