1 write to _length
PresentationFramework (1)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
45
_length
= _textSegment.ReflectionGetField<uint>("Length");
2 references to _length
PresentationFramework (2)
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (2)
43
if (
_length
== null)
48
return
_length
.Value;