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