2 instantiations of LexicalChunk
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
527LexicalChunk chunk = new LexicalChunk(); 560chunk = new LexicalChunk(breaks, textVector);
3 references to LexicalChunk
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (3)
457LexicalChunk chunk = GetChunk( 506private LexicalChunk GetChunk( 527LexicalChunk chunk = new LexicalChunk();