2 overrides of HasCollapsed
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2395
public override bool
HasCollapsed
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1178
public override bool
HasCollapsed
15 references to HasCollapsed
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1044
if (_that._trimming != TextTrimming.None && !_currentLine.
HasCollapsed
)
PresentationFramework (14)
MS\Internal\PtsHost\Line.cs (7)
380
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
414
if (!line.
HasCollapsed
|| ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width))
500
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
547
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
577
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
629
Invariant.Assert(collapsedLine.
HasCollapsed
, "Line has not been collapsed");
994
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
MS\Internal\Text\ComplexLine.cs (1)
272
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
MS\Internal\Text\Line.cs (6)
115
Debug.Assert(line.
HasCollapsed
, "Line has not been collapsed");
169
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
204
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");
308
Debug.Assert(collapsedLine.
HasCollapsed
, "Line has not been collapsed");
344
Debug.Assert(collapsedLine.
HasCollapsed
, "Line has not been collapsed");
463
Invariant.Assert(line.
HasCollapsed
, "Line has not been collapsed");