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