13 references to Properties
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\Line.cs (13)
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)