2 implementations of ISpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
554
private class SpellerSegment :
ISpellerSegment
, IDisposable
System\Windows\Documents\WinRTSpellerInterop.cs (1)
889
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)
875
private bool ScanErrorTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
923
private bool ScanTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
1409
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)
905
_empty = new List<
ISpellerSegment
>().AsReadOnly();
967
public IReadOnlyList<
ISpellerSegment
> SubSegments
1029
private static readonly IReadOnlyList<
ISpellerSegment
> _empty;
1052
public IReadOnlyList<
ISpellerSegment
> Segments