2 overrides of HasCollapsed
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2395public override bool HasCollapsed
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1178public override bool HasCollapsed
15 references to HasCollapsed
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1044if (_that._trimming != TextTrimming.None && !_currentLine.HasCollapsed)
PresentationFramework (14)
MS\Internal\PtsHost\Line.cs (7)
380Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 414if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width)) 500Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 547Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 577Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 629Invariant.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 994Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
MS\Internal\Text\ComplexLine.cs (1)
272Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
MS\Internal\Text\Line.cs (6)
115Debug.Assert(line.HasCollapsed, "Line has not been collapsed"); 169Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 204Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 308Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 344Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 463Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");