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