8 overrides of Length
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
89
public sealed override int
Length
System\Windows\Media\textformatting\TextCharacters.cs (1)
148
public sealed override int
Length
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
68
public sealed override int
Length
System\Windows\Media\textformatting\TextEndOfSegment.cs (1)
52
public sealed override int
Length
System\Windows\Media\textformatting\TextHidden.cs (1)
54
public sealed override int
Length
PresentationFramework (3)
MS\Internal\PtsHost\RunClient.cs (1)
112
public override int
Length
{ get { return _cch; } }
MS\Internal\Text\InlineObject.cs (1)
110
public override int
Length
{ get { return _cch; } }
MS\Internal\Text\TextSpanModifier.cs (1)
54
public sealed override int
Length
14 references to Length
PresentationCore (8)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
55
textSymbols.
Length
,
88
int cch = current.
Length
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
107
ArgumentOutOfRangeException.ThrowIfNegativeOrZero(textRun.
Length
, "textRun.Length");
146
textRunSpanRider.At(cpFetch + textRun.
Length
- 1);
161
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.
Length
, textRun, _latestPosition);
MS\Internal\TextFormatting\TextStore.cs (2)
1708
int cch = shapeable.
Length
;
2366
_textObjectMetricsVector.SetReference(cpFirst, textObject.
Length
, metrics);
System\Windows\Media\textformatting\CharacterString.cs (1)
158
_length = textRun.
Length
;
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (1)
92
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
MS\Internal\PtsHost\Line.cs (2)
175
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
415
Rect rect = GetBoundsFromPosition(dcpRun, run.
Length
, out flowDirection);
MS\Internal\PtsHost\OptimalTextSource.cs (2)
122
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
202
if (run != null && ((dcpRun + run.
Length
) >= (dcp + textBreakpoint.Length)))
MS\Internal\Text\ComplexLine.cs (1)
65
Debug.Assert(run.
Length
> 0, "TextRun has to have positive length.");