23 references to TextSegment
PresentationFramework (23)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (21)
66
public
TextSegment
SourceTextSegment => _default.SourceTextSegment;
96
TextSegment
SourceTextSegment { get; }
125
TextSegment
SourceTextSegment { get; }
144
internal struct TextSegment: IEquatable<
TextSegment
>
154
public static bool operator ==(
TextSegment
x,
TextSegment
y) => x.StartPosition == y.StartPosition && x.Length == y.Length;
155
public static bool operator !=(
TextSegment
x,
TextSegment
y) => !(x == y);
156
public bool Equals(
TextSegment
other) => this == other;
157
public override bool Equals(object obj) => obj is
TextSegment
that && this == that;
282
public
TextSegment
SourceTextSegment => _default.SourceTextSegment;
501
private static unsafe int Do_Abi_get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
value)
503
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
__value = default;
562
public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
SourceTextSegment
566
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
__retval = default;
575
public unsafe delegate int get_SourceTextSegment_0(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
value);
1166
private static unsafe int Do_Abi_get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
value)
1168
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
__value = default;
1236
public unsafe global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
SourceTextSegment
1240
global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
__retval = default;
1266
public unsafe delegate int get_SourceTextSegment_1(IntPtr thisPtr, out global::MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
value);
System\Windows\Documents\WinRTSpellerInterop.cs (2)
847
public TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
textSegment)
864
public static explicit operator TextRange(MS.Internal.WindowsRuntime.Windows.Data.Text.
TextSegment
textSegment)