4 references to FirstLineProps
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
119
line = _host.TextFormatter.FormatLine(_host, 0, 0, lineProps.
FirstLineProps
, null, new TextRunCache());
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1756
return _lineProperties.
FirstLineProps
;
src\Framework\MS\Internal\Text\LineProperties.cs (1)
306
return new ParaEllipsisLineProperties(firstLine ?
FirstLineProps
: this);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3174
return firstLine ? lineProperties.
FirstLineProps
: lineProperties;