2 instantiations of LexicalChunk
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (2)
502LexicalChunk chunk = new LexicalChunk(); 535chunk = new LexicalChunk(breaks, textVector);
3 references to LexicalChunk
PresentationCore (3)
MS\Internal\TextFormatting\FullTextState.cs (3)
432LexicalChunk chunk = GetChunk( 481private LexicalChunk GetChunk( 502LexicalChunk chunk = new LexicalChunk();