2 references to Create
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
122
FullTextState fullText = FullTextState.
Create
(settings, cpFirst, finiteFormatWidth);
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphCache.cs (1)
72
_fullText = FullTextState.
Create
(settings, firstCharIndex, _finiteFormatWidth);