4 types derived from TextParagraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
221internal sealed class GenericTextParagraphProperties : TextParagraphProperties
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
21internal class LineProperties : TextParagraphProperties 317private sealed class FirstLineProperties : TextParagraphProperties 393private sealed class ParaEllipsisLineProperties : TextParagraphProperties
33 references to TextParagraphProperties
PresentationCore (22)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
259public GenericTextParagraphProperties(TextParagraphProperties textParagraphProperties)
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
106TextParagraphProperties paragraphProperties, 137TextParagraphProperties paragraphProperties, 175TextParagraphProperties paragraphProperties, 202TextParagraphProperties paragraphProperties, 267TextParagraphProperties paragraphProperties 291TextParagraphProperties paragraphProperties, 352TextParagraphProperties paragraphProperties, 396TextParagraphProperties paragraphProperties, 440TextParagraphProperties paragraphProperties,
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
28private TextParagraphProperties _textParagraphProperties; 43TextParagraphProperties textParagraphProperties,
MS\Internal\TextFormatting\TextProperties.cs (2)
32TextParagraphProperties paragraphProperties, 158private TextParagraphProperties _paragraphProperties;
System\Windows\Media\FormattedText.cs (1)
1082private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
182TextParagraphProperties paragraphProperties, 204TextParagraphProperties paragraphProperties, 231TextParagraphProperties paragraphProperties, 258TextParagraphProperties paragraphProperties, 275TextParagraphProperties paragraphProperties 291TextParagraphProperties paragraphProperties,
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
27TextParagraphProperties textParagraphProperties
PresentationFramework (11)
MS\Internal\PtsHost\Line.cs (1)
255internal void Format(FormattingContext ctx, int dcp, int width, int trackWidth, TextParagraphProperties lineProps, TextLineBreak textLineBreak)
MS\Internal\PtsHost\TextParagraph.cs (1)
1686private TextParagraphProperties GetLineProperties(bool firstLine, int dcpLine)
MS\Internal\Text\Line.cs (1)
77internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool showParagraphEllipsis)
MS\Internal\Text\LineProperties.cs (4)
278internal TextParagraphProperties FirstLineProps 296internal TextParagraphProperties GetParaEllipsisLineProps(bool firstLine) 459internal ParaEllipsisLineProperties(TextParagraphProperties lp) 467private TextParagraphProperties _lp;
MS\Internal\Text\MarkerProperties.cs (1)
50internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)
System\Windows\Controls\TextBlock.cs (3)
3054private TextParagraphProperties GetLineProperties(bool firstLine, LineProperties lineProperties) 3058private TextParagraphProperties GetLineProperties(bool firstLine, bool showParagraphEllipsis, LineProperties lineProperties) 3233private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)