4 references to TypicalCharactersPerLine
PresentationCore (4)
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
185int looseCharLength = TextStore.TypicalCharactersPerLine - cpFetch + cpFirst; 192looseCharLength = (int)Math.Round(TextStore.TypicalCharactersPerLine * 0.25); 215int lookAheadLimit = Math.Min(runLength, looseCharLength + TextStore.TypicalCharactersPerLine);
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
54contextInfo.cEstimatedCharsPerLine = TextStore.TypicalCharactersPerLine;