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