4 types derived from TextParagraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
224internal sealed class GenericTextParagraphProperties : TextParagraphProperties
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
26internal class LineProperties : TextParagraphProperties 322private sealed class FirstLineProperties : TextParagraphProperties 398private sealed class ParaEllipsisLineProperties : TextParagraphProperties
33 references to TextParagraphProperties
PresentationCore (22)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
262public GenericTextParagraphProperties(TextParagraphProperties textParagraphProperties)
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
130TextParagraphProperties paragraphProperties, 161TextParagraphProperties paragraphProperties, 199TextParagraphProperties paragraphProperties, 226TextParagraphProperties paragraphProperties, 291TextParagraphProperties paragraphProperties 315TextParagraphProperties paragraphProperties, 376TextParagraphProperties paragraphProperties, 420TextParagraphProperties paragraphProperties, 464TextParagraphProperties paragraphProperties,
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
35private TextParagraphProperties _textParagraphProperties; 50TextParagraphProperties textParagraphProperties,
MS\Internal\TextFormatting\TextProperties.cs (2)
39TextParagraphProperties paragraphProperties, 165private TextParagraphProperties _paragraphProperties;
System\Windows\Media\FormattedText.cs (1)
1119private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
189TextParagraphProperties paragraphProperties, 211TextParagraphProperties paragraphProperties, 239TextParagraphProperties paragraphProperties, 267TextParagraphProperties paragraphProperties, 284TextParagraphProperties paragraphProperties 300TextParagraphProperties paragraphProperties,
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
44TextParagraphProperties textParagraphProperties
PresentationFramework (11)
MS\Internal\PtsHost\Line.cs (1)
273internal void Format(FormattingContext ctx, int dcp, int width, int trackWidth, TextParagraphProperties lineProps, TextLineBreak textLineBreak)
MS\Internal\PtsHost\TextParagraph.cs (1)
1716private TextParagraphProperties GetLineProperties(bool firstLine, int dcpLine)
MS\Internal\Text\Line.cs (1)
85internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool showParagraphEllipsis)
MS\Internal\Text\LineProperties.cs (4)
283internal TextParagraphProperties FirstLineProps 301internal TextParagraphProperties GetParaEllipsisLineProps(bool firstLine) 464internal ParaEllipsisLineProperties(TextParagraphProperties lp) 472private TextParagraphProperties _lp;
MS\Internal\Text\MarkerProperties.cs (1)
53internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)
System\Windows\Controls\TextBlock.cs (3)
3074private TextParagraphProperties GetLineProperties(bool firstLine, LineProperties lineProperties) 3078private TextParagraphProperties GetLineProperties(bool firstLine, bool showParagraphEllipsis, LineProperties lineProperties) 3253private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)