15 references to ParagraphProperties
PresentationFramework (15)
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
276if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 280System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
src\Framework\MS\Internal\Text\Line.cs (13)
123if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 125line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 175if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 179System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 211if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 213System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 315if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None) { return 0; } 318System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 348if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None) 354System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 469if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 473System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 565if (_owner.ParagraphProperties.TextTrimming == TextTrimming.None)