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