4 types derived from TextParagraphProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
225
internal sealed class GenericTextParagraphProperties :
TextParagraphProperties
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
29
internal class LineProperties :
TextParagraphProperties
325
private sealed class FirstLineProperties :
TextParagraphProperties
401
private sealed class ParaEllipsisLineProperties :
TextParagraphProperties
32 references to TextParagraphProperties
PresentationCore (22)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
263
public GenericTextParagraphProperties(
TextParagraphProperties
textParagraphProperties)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (9)
132
TextParagraphProperties
paragraphProperties,
163
TextParagraphProperties
paragraphProperties,
201
TextParagraphProperties
paragraphProperties,
228
TextParagraphProperties
paragraphProperties,
293
TextParagraphProperties
paragraphProperties
317
TextParagraphProperties
paragraphProperties,
378
TextParagraphProperties
paragraphProperties,
422
TextParagraphProperties
paragraphProperties,
466
TextParagraphProperties
paragraphProperties,
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
38
private
TextParagraphProperties
_textParagraphProperties;
53
TextParagraphProperties
textParagraphProperties,
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
41
TextParagraphProperties
paragraphProperties,
167
private
TextParagraphProperties
_paragraphProperties;
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1132
private TextLine FormatLine(TextSource textSource, int textSourcePosition, double maxLineLength,
TextParagraphProperties
paraProps, TextLineBreak lineBreak)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatter.cs (6)
191
TextParagraphProperties
paragraphProperties,
213
TextParagraphProperties
paragraphProperties,
241
TextParagraphProperties
paragraphProperties,
269
TextParagraphProperties
paragraphProperties,
286
TextParagraphProperties
paragraphProperties
302
TextParagraphProperties
paragraphProperties,
Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs (1)
47
TextParagraphProperties
textParagraphProperties
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
276
internal void Format(FormattingContext ctx, int dcp, int width, int trackWidth,
TextParagraphProperties
lineProps, TextLineBreak textLineBreak)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1724
private
TextParagraphProperties
GetLineProperties(bool firstLine, int dcpLine)
src\Framework\MS\Internal\Text\Line.cs (1)
88
internal void Format(int dcp, double width,
TextParagraphProperties
lineProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool showParagraphEllipsis)
src\Framework\MS\Internal\Text\LineProperties.cs (4)
286
internal
TextParagraphProperties
FirstLineProps
304
internal
TextParagraphProperties
GetParaEllipsisLineProps(bool firstLine)
467
internal ParaEllipsisLineProperties(
TextParagraphProperties
lp)
475
private
TextParagraphProperties
_lp;
src\Framework\MS\Internal\Text\MarkerProperties.cs (1)
56
internal TextMarkerProperties GetTextMarkerProperties(
TextParagraphProperties
textParaProps)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
3164
private
TextParagraphProperties
GetLineProperties(bool firstLine, LineProperties lineProperties)
3168
private
TextParagraphProperties
GetLineProperties(bool firstLine, bool showParagraphEllipsis, LineProperties lineProperties)