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