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)
1033if (_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)
269Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
MS\Internal\Text\Line.cs (6)
112Debug.Assert(line.HasCollapsed, "Line has not been collapsed"); 166Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 201Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 305Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 341Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 460Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");