4 types derived from TextParagraphProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
225internal sealed class GenericTextParagraphProperties : TextParagraphProperties
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
29internal class LineProperties : TextParagraphProperties 325private sealed class FirstLineProperties : TextParagraphProperties 401private sealed class ParaEllipsisLineProperties : TextParagraphProperties
32 references to TextParagraphProperties
PresentationCore (22)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
263public GenericTextParagraphProperties(TextParagraphProperties textParagraphProperties)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (9)
132TextParagraphProperties paragraphProperties, 163TextParagraphProperties paragraphProperties, 201TextParagraphProperties paragraphProperties, 228TextParagraphProperties paragraphProperties, 293TextParagraphProperties paragraphProperties 317TextParagraphProperties paragraphProperties, 378TextParagraphProperties paragraphProperties, 422TextParagraphProperties paragraphProperties, 466TextParagraphProperties paragraphProperties,
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
38private TextParagraphProperties _textParagraphProperties; 53TextParagraphProperties textParagraphProperties,
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
41TextParagraphProperties paragraphProperties, 167private TextParagraphProperties _paragraphProperties;
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1132private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (6)
191TextParagraphProperties paragraphProperties, 213TextParagraphProperties paragraphProperties, 241TextParagraphProperties paragraphProperties, 269TextParagraphProperties paragraphProperties, 286TextParagraphProperties paragraphProperties 302TextParagraphProperties paragraphProperties,
Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs (1)
47TextParagraphProperties textParagraphProperties
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
276internal void Format(FormattingContext ctx, int dcp, int width, int trackWidth, TextParagraphProperties lineProps, TextLineBreak textLineBreak)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1724private TextParagraphProperties GetLineProperties(bool firstLine, int dcpLine)
src\Framework\MS\Internal\Text\Line.cs (1)
88internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool showParagraphEllipsis)
src\Framework\MS\Internal\Text\LineProperties.cs (4)
286internal TextParagraphProperties FirstLineProps 304internal TextParagraphProperties GetParaEllipsisLineProps(bool firstLine) 467internal ParaEllipsisLineProperties(TextParagraphProperties lp) 475private TextParagraphProperties _lp;
src\Framework\MS\Internal\Text\MarkerProperties.cs (1)
56internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
3164private TextParagraphProperties GetLineProperties(bool firstLine, LineProperties lineProperties) 3168private TextParagraphProperties GetLineProperties(bool firstLine, bool showParagraphEllipsis, LineProperties lineProperties)