1 write to _sourceTextSegment
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
83
_sourceTextSegment
= new TextSegment(_alternateWordForm.ReflectionGetProperty("SourceTextSegment"));
2 references to _sourceTextSegment
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (2)
81
if (
_sourceTextSegment
== null)
86
return
_sourceTextSegment
;