15 references to TextParagraph
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (15)
50_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty); 322TextParagraph.SubmitInlineObjects(dcp, dcp + ActualLength, inlineObjects); 381if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 383line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 498if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 503System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 547if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 549System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 576if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 580System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 626if (TextParagraph.Properties.TextTrimming == TextTrimming.None) 632System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 993if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 997System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1195if (TextParagraph.Properties.TextTrimming == TextTrimming.None)