4 references to TypicalCharactersPerLine
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
205int looseCharLength = TextStore.TypicalCharactersPerLine - cpFetch + cpFirst; 212looseCharLength = (int)Math.Round(TextStore.TypicalCharactersPerLine * 0.25); 235int lookAheadLimit = Math.Min(runLength, looseCharLength + TextStore.TypicalCharactersPerLine);
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
94contextInfo.cEstimatedCharsPerLine = TextStore.TypicalCharactersPerLine;