23 references to TextSegment
PresentationFramework (23)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (21)
67public TextSegment SourceTextSegment => _default.SourceTextSegment; 97TextSegment SourceTextSegment { get; } 126TextSegment SourceTextSegment { get; } 145internal struct TextSegment: IEquatable<TextSegment> 155public static bool operator ==(TextSegment x, TextSegment y) => x.StartPosition == y.StartPosition && x.Length == y.Length; 156public static bool operator !=(TextSegment x, TextSegment y) => !(x == y); 157public bool Equals(TextSegment other) => this == other; 158public override bool Equals(object obj) => obj is TextSegment that && this == that; 283public TextSegment SourceTextSegment => _default.SourceTextSegment; 502private static unsafe int Do_Abi_get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value) 504global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __value = default; 563public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment SourceTextSegment 567global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __retval = default; 576public unsafe delegate int get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value); 1167private static unsafe int Do_Abi_get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value) 1169global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __value = default; 1237public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment SourceTextSegment 1241global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __retval = default; 1267public unsafe delegate int get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value);
System\Windows\Documents\WinRTSpellerInterop.cs (2)
851public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment) 868public static explicit operator TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment)