13 references to Properties
PresentationFramework (13)
MS\Internal\PtsHost\Line.cs (13)
378if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 380line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 495if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 500System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 544if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 546System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 573if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 577System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 623if (TextParagraph.Properties.TextTrimming == TextTrimming.None) 629System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 990if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 994System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1192if (TextParagraph.Properties.TextTrimming == TextTrimming.None)