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