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