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