15 references to TextParagraph
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (15)
64_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty); 336TextParagraph.SubmitInlineObjects(dcp, dcp + ActualLength, inlineObjects); 395if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 397line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 513if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 518System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 562if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 564System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 591if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 595System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 641if (TextParagraph.Properties.TextTrimming == TextTrimming.None) 647System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1008if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 1012System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1210if (TextParagraph.Properties.TextTrimming == TextTrimming.None)