5 instantiations of SpellerSegment
PresentationFramework (5)
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (5)
82
new
SpellerSegment
(
94
allTokens[allTokens.Count - 1] = new
SpellerSegment
(text, substToken.Value, spellChecker, owner);
101
new
SpellerSegment
(
118
new
SpellerSegment
(
131
allTokens[allTokens.Count - 1] = new
SpellerSegment
(text, substToken.Value, spellChecker, owner);
9 references to SpellerSegment
PresentationFramework (9)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
974
return
SpellerSegment
._empty;
1089
private IReadOnlyList<
SpellerSegment
> _segments;
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (7)
54
public static IReadOnlyList<
SpellerSegment
> ComprehensiveGetTokens(
63
return Array.Empty<
SpellerSegment
>();
66
var allTokens = new List<
SpellerSegment
>();
81
var
missingFragment =
117
var
missingFragment =
155
SpellerSegment
lastToken,
156
SpellerSegment
missingFragment)