4 types derived from TextParagraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
222internal sealed class GenericTextParagraphProperties : TextParagraphProperties
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
22internal class LineProperties : TextParagraphProperties 318private sealed class FirstLineProperties : TextParagraphProperties 394private sealed class ParaEllipsisLineProperties : TextParagraphProperties
33 references to TextParagraphProperties
PresentationCore (22)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
260public GenericTextParagraphProperties(TextParagraphProperties textParagraphProperties)
MS\Internal\TextFormatting\TextFormatterImp.cs (9)
107TextParagraphProperties paragraphProperties, 138TextParagraphProperties paragraphProperties, 176TextParagraphProperties paragraphProperties, 203TextParagraphProperties paragraphProperties, 268TextParagraphProperties paragraphProperties 292TextParagraphProperties paragraphProperties, 353TextParagraphProperties paragraphProperties, 397TextParagraphProperties paragraphProperties, 441TextParagraphProperties paragraphProperties,
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
29private TextParagraphProperties _textParagraphProperties; 44TextParagraphProperties textParagraphProperties,
MS\Internal\TextFormatting\TextProperties.cs (2)
33TextParagraphProperties paragraphProperties, 159private TextParagraphProperties _paragraphProperties;
System\Windows\Media\FormattedText.cs (1)
1103private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength, TextParagraphProperties paraProps, TextLineBreak lineBreak)
System\Windows\Media\textformatting\TextFormatter.cs (6)
183TextParagraphProperties paragraphProperties, 205TextParagraphProperties paragraphProperties, 232TextParagraphProperties paragraphProperties, 259TextParagraphProperties paragraphProperties, 276TextParagraphProperties paragraphProperties 292TextParagraphProperties paragraphProperties,
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
28TextParagraphProperties textParagraphProperties
PresentationFramework (11)
MS\Internal\PtsHost\Line.cs (1)
267internal void Format(FormattingContext ctx, int dcp, int width, int trackWidth, TextParagraphProperties lineProps, TextLineBreak textLineBreak)
MS\Internal\PtsHost\TextParagraph.cs (1)
1709private TextParagraphProperties GetLineProperties(bool firstLine, int dcpLine)
MS\Internal\Text\Line.cs (1)
78internal void Format(int dcp, double width, TextParagraphProperties lineProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool showParagraphEllipsis)
MS\Internal\Text\LineProperties.cs (4)
279internal TextParagraphProperties FirstLineProps 297internal TextParagraphProperties GetParaEllipsisLineProps(bool firstLine) 460internal ParaEllipsisLineProperties(TextParagraphProperties lp) 468private TextParagraphProperties _lp;
MS\Internal\Text\MarkerProperties.cs (1)
51internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)
System\Windows\Controls\TextBlock.cs (3)
3064private TextParagraphProperties GetLineProperties(bool firstLine, LineProperties lineProperties) 3068private TextParagraphProperties GetLineProperties(bool firstLine, bool showParagraphEllipsis, LineProperties lineProperties) 3243private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)