2 instantiations of LexicalChunk
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (2)
500LexicalChunk chunk = new LexicalChunk(); 533chunk = new LexicalChunk(breaks, textVector);
3 references to LexicalChunk
PresentationCore (3)
MS\Internal\TextFormatting\FullTextState.cs (3)
430LexicalChunk chunk = GetChunk( 479private LexicalChunk GetChunk( 500LexicalChunk chunk = new LexicalChunk();