2 implementations of ISpellerSegment
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
626
private class SpellerSegment :
ISpellerSegment
, IDisposable
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
983
private class SpellerSegment:
ISpellerSegment
18 references to ISpellerSegment
PresentationFramework (18)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (8)
704
List<
ISpellerSegment
> subSegments = new List<
ISpellerSegment
>();
725
public IReadOnlyList<
ISpellerSegment
> SubSegments
916
private IReadOnlyList<
ISpellerSegment
> _subSegments = null;
953
List<
ISpellerSegment
> segments = new List<
ISpellerSegment
>();
979
public IReadOnlyList<
ISpellerSegment
> Segments
1057
private IReadOnlyList<
ISpellerSegment
> _segments;
src\Framework\System\Windows\Documents\Speller.cs (3)
950
private bool ScanErrorTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
998
private bool ScanTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
1496
private bool ExpandToWordBreakCallback(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (3)
18
internal delegate bool EnumTextSegmentsCallback(
ISpellerSegment
textSegment, object data);
37
IReadOnlyList<
ISpellerSegment
> SubSegments { get; }
68
IReadOnlyList<
ISpellerSegment
> Segments { get; }
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (4)
997
_empty = new List<
ISpellerSegment
>().AsReadOnly();
1049
public IReadOnlyList<
ISpellerSegment
> SubSegments
1111
private static readonly IReadOnlyList<
ISpellerSegment
> _empty;
1137
public IReadOnlyList<
ISpellerSegment
> Segments