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