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