2 instantiations of LexicalChunk
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (2)
501LexicalChunk chunk = new LexicalChunk(); 534chunk = new LexicalChunk(breaks, textVector);
3 references to LexicalChunk
PresentationCore (3)
MS\Internal\TextFormatting\FullTextState.cs (3)
431LexicalChunk chunk = GetChunk( 480private LexicalChunk GetChunk( 501LexicalChunk chunk = new LexicalChunk();