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