5 instantiations of SpellerSegment
PresentationFramework (5)
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (5)
84new SpellerSegment( 96allTokens[allTokens.Count - 1] = new SpellerSegment(text, substToken.Value, spellChecker, owner); 103new SpellerSegment( 120new SpellerSegment( 133allTokens[allTokens.Count - 1] = new SpellerSegment(text, substToken.Value, spellChecker, owner);
9 references to SpellerSegment
PresentationFramework (9)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
982return SpellerSegment._empty; 1097private IReadOnlyList<SpellerSegment> _segments;
System\Windows\Documents\WinRTSpellerInteropExtensions.cs (7)
56public static IReadOnlyList<SpellerSegment> ComprehensiveGetTokens( 65return Array.Empty<SpellerSegment>(); 68var allTokens = new List<SpellerSegment>(); 83var missingFragment = 119var missingFragment = 157SpellerSegment lastToken, 158SpellerSegment missingFragment)