2 implementations of ISpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
554
private class SpellerSegment :
ISpellerSegment
, IDisposable
System\Windows\Documents\WinRTSpellerInterop.cs (1)
892
internal class SpellerSegment:
ISpellerSegment
18 references to ISpellerSegment
PresentationFramework (18)
System\Windows\Documents\NLGSpellerInterop.cs (8)
624
List<
ISpellerSegment
> subSegments = new List<
ISpellerSegment
>();
651
public IReadOnlyList<
ISpellerSegment
> SubSegments
799
private IReadOnlyList<
ISpellerSegment
> _subSegments = null;
832
List<
ISpellerSegment
> segments = new List<
ISpellerSegment
>();
858
public IReadOnlyList<
ISpellerSegment
> Segments
924
private IReadOnlyList<
ISpellerSegment
> _segments;
System\Windows\Documents\Speller.cs (3)
878
private bool ScanErrorTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
926
private bool ScanTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
1412
private bool ExpandToWordBreakCallback(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
System\Windows\Documents\SpellerInteropBase.cs (3)
17
internal delegate bool EnumTextSegmentsCallback(
ISpellerSegment
textSegment, object data);
41
IReadOnlyList<
ISpellerSegment
> SubSegments { get; }
77
IReadOnlyList<
ISpellerSegment
> Segments { get; }
System\Windows\Documents\WinRTSpellerInterop.cs (4)
908
_empty = new List<
ISpellerSegment
>().AsReadOnly();
970
public IReadOnlyList<
ISpellerSegment
> SubSegments
1032
private static readonly IReadOnlyList<
ISpellerSegment
> _empty;
1055
public IReadOnlyList<
ISpellerSegment
> Segments