2 implementations of ISpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
558
private class SpellerSegment :
ISpellerSegment
, IDisposable
System\Windows\Documents\WinRTSpellerInterop.cs (1)
900
internal class SpellerSegment:
ISpellerSegment
18 references to ISpellerSegment
PresentationFramework (18)
System\Windows\Documents\NLGSpellerInterop.cs (8)
628
List<
ISpellerSegment
> subSegments = new List<
ISpellerSegment
>();
655
public IReadOnlyList<
ISpellerSegment
> SubSegments
803
private IReadOnlyList<
ISpellerSegment
> _subSegments = null;
836
List<
ISpellerSegment
> segments = new List<
ISpellerSegment
>();
862
public IReadOnlyList<
ISpellerSegment
> Segments
928
private IReadOnlyList<
ISpellerSegment
> _segments;
System\Windows\Documents\Speller.cs (3)
882
private bool ScanErrorTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
930
private bool ScanTextSegment(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
1416
private bool ExpandToWordBreakCallback(SpellerInteropBase.
ISpellerSegment
textSegment, object o)
System\Windows\Documents\SpellerInteropBase.cs (3)
22
internal delegate bool EnumTextSegmentsCallback(
ISpellerSegment
textSegment, object data);
46
IReadOnlyList<
ISpellerSegment
> SubSegments { get; }
82
IReadOnlyList<
ISpellerSegment
> Segments { get; }
System\Windows\Documents\WinRTSpellerInterop.cs (4)
916
_empty = new List<
ISpellerSegment
>().AsReadOnly();
978
public IReadOnlyList<
ISpellerSegment
> SubSegments
1040
private static readonly IReadOnlyList<
ISpellerSegment
> _empty;
1063
public IReadOnlyList<
ISpellerSegment
> Segments