15 references to TextParagraph
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\Line.cs (15)
67_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty); 339TextParagraph.SubmitInlineObjects(dcp, dcp + ActualLength, inlineObjects); 398if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 400line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 516if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 521System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 565if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 567System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 594if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 598System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 644if (TextParagraph.Properties.TextTrimming == TextTrimming.None) 650System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1011if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 1015System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1218if (TextParagraph.Properties.TextTrimming == TextTrimming.None)