2 overrides of HasCollapsed
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2457public override bool HasCollapsed
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1208public override bool HasCollapsed
15 references to HasCollapsed
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1092if (_that._trimming != TextTrimming.None && !_currentLine.HasCollapsed)
PresentationFramework (14)
src\Framework\MS\Internal\PtsHost\Line.cs (7)
401Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 436if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width)) 522Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 569Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 599Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 651Invariant.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 1016Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
281Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");
src\Framework\MS\Internal\Text\Line.cs (6)
126Debug.Assert(line.HasCollapsed, "Line has not been collapsed"); 180Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 215Invariant.Assert(line.HasCollapsed, "Line has not been collapsed"); 319Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 355Debug.Assert(collapsedLine.HasCollapsed, "Line has not been collapsed"); 474Invariant.Assert(line.HasCollapsed, "Line has not been collapsed");