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