1 write to Length
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
159
StartPosition = _StartPosition;
Length
= _Length;
5 references to Length
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
162
public static bool operator ==(TextSegment x, TextSegment y) => x.StartPosition == y.StartPosition && x.
Length
== y.
Length
;
166
public override int GetHashCode() => StartPosition.GetHashCode() ^
Length
.GetHashCode();
System\Windows\Documents\WinRTSpellerInterop.cs (1)
861
_length = (int)textSegment.
Length
;
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (1)
74
int nextTokenLength = (int)tokens[i].SourceTextSegment.
Length
;