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