2 implementations of ISpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
553
private class SpellerSegment :
ISpellerSegment
, IDisposable
System\Windows\Documents\WinRTSpellerInterop.cs (1)
888
internal class SpellerSegment:
ISpellerSegment
18 references to ISpellerSegment
PresentationFramework (18)
System\Windows\Documents\NLGSpellerInterop.cs (8)
623
List<
ISpellerSegment
> subSegments = new List<
ISpellerSegment
>();
650
public IReadOnlyList<
ISpellerSegment
> SubSegments
798
private IReadOnlyList<
ISpellerSegment
> _subSegments = null;
831
List<
ISpellerSegment
> segments = new List<
ISpellerSegment
>();
857
public IReadOnlyList<
ISpellerSegment
> Segments
923
private IReadOnlyList<
ISpellerSegment
> _segments;
System\Windows\Documents\Speller.cs (3)
874
private bool ScanErrorTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
922
private bool ScanTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
1408
private bool ExpandToWordBreakCallback(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
System\Windows\Documents\SpellerInteropBase.cs (3)
16
internal delegate bool EnumTextSegmentsCallback(
ISpellerSegment
textSegment, object data);
40
IReadOnlyList<
ISpellerSegment
> SubSegments { get; }
76
IReadOnlyList<
ISpellerSegment
> Segments { get; }
System\Windows\Documents\WinRTSpellerInterop.cs (4)
904
_empty = new List<
ISpellerSegment
>().AsReadOnly();
966
public IReadOnlyList<
ISpellerSegment
> SubSegments
1028
private static readonly IReadOnlyList<
ISpellerSegment
> _empty;
1051
public IReadOnlyList<
ISpellerSegment
> Segments