5 instantiations of SpellerSegment
PresentationFramework (5)
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (5)
81
new
SpellerSegment
(
93
allTokens[allTokens.Count - 1] = new
SpellerSegment
(text, substToken.Value, spellChecker, owner);
100
new
SpellerSegment
(
117
new
SpellerSegment
(
130
allTokens[allTokens.Count - 1] = new
SpellerSegment
(text, substToken.Value, spellChecker, owner);
9 references to SpellerSegment
PresentationFramework (9)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
970
return
SpellerSegment
._empty;
1085
private IReadOnlyList<
SpellerSegment
> _segments;
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (7)
53
public static IReadOnlyList<
SpellerSegment
> ComprehensiveGetTokens(
62
return Array.Empty<
SpellerSegment
>();
65
var allTokens = new List<
SpellerSegment
>();
80
var
missingFragment =
116
var
missingFragment =
154
SpellerSegment
lastToken,
155
SpellerSegment
missingFragment)