1 write to _text
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
90
_text
= _wordSegment.ReflectionGetProperty<string>("Text");
2 references to _text
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (2)
88
if (
_text
== null)
93
return
_text
;