23 references to TextSegment
PresentationFramework (23)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (21)
74public TextSegment SourceTextSegment => _default.SourceTextSegment; 104TextSegment SourceTextSegment { get; } 133TextSegment SourceTextSegment { get; } 152internal struct TextSegment: IEquatable<TextSegment> 162public static bool operator ==(TextSegment x, TextSegment y) => x.StartPosition == y.StartPosition && x.Length == y.Length; 163public static bool operator !=(TextSegment x, TextSegment y) => !(x == y); 164public bool Equals(TextSegment other) => this == other; 165public override bool Equals(object obj) => obj is TextSegment that && this == that; 290public TextSegment SourceTextSegment => _default.SourceTextSegment; 509private static unsafe int Do_Abi_get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value) 511global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __value = default; 570public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment SourceTextSegment 574global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __retval = default; 583public unsafe delegate int get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value); 1174private static unsafe int Do_Abi_get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value) 1176global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __value = default; 1244public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment SourceTextSegment 1248global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment __retval = default; 1274public unsafe delegate int get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment value);
System\Windows\Documents\WinRTSpellerInterop.cs (2)
859public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment) 876public static explicit operator TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.TextSegment textSegment)