2 overrides of HasCollapsed
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2396public override bool HasCollapsed
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1185public override bool HasCollapsed
15 references to HasCollapsed
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1045if (_that._trimming != TextTrimming.None && !_currentLine.HasCollapsed)
PresentationFramework (14)
MS\Internal\PtsHost\Line.cs (7)
384Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 418if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width)) 504Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 551Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 581Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 633Invariant.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 998Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
MS\Internal\Text\ComplexLine.cs (1)
273Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
MS\Internal\Text\Line.cs (6)
116Debug.Assert(line.HasCollapsed, "Line has not been collapsed"); 170Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 205Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 309Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 345Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 464Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");