1 write to _textSegment
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
36
_textSegment
= textSegment;
2 references to _textSegment
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (2)
45
_length =
_textSegment
.ReflectionGetField<uint>("Length");
58
_startPosition =
_textSegment
.ReflectionGetField<uint>("StartPosition");