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