15 references to TextParagraph
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (15)
49_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty); 318TextParagraph.SubmitInlineObjects(dcp, dcp + ActualLength, inlineObjects); 377if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 379line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 494if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 499System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 543if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 545System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 572if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 576System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 622if (TextParagraph.Properties.TextTrimming == TextTrimming.None) 628System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 989if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 993System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1191if (TextParagraph.Properties.TextTrimming == TextTrimming.None)