2 instantiations of LexicalChunk
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (2)
506LexicalChunk chunk = new LexicalChunk(); 539chunk = new LexicalChunk(breaks, textVector);
3 references to LexicalChunk
PresentationCore (3)
MS\Internal\TextFormatting\FullTextState.cs (3)
436LexicalChunk chunk = GetChunk( 485private LexicalChunk GetChunk( 506LexicalChunk chunk = new LexicalChunk();