8 overrides of Length
PresentationCore (5)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
88
public sealed override int
Length
System\Windows\Media\textformatting\TextCharacters.cs (1)
147
public sealed override int
Length
System\Windows\Media\textformatting\TextEndOfLine.cs (1)
67
public sealed override int
Length
System\Windows\Media\textformatting\TextEndOfSegment.cs (1)
51
public sealed override int
Length
System\Windows\Media\textformatting\TextHidden.cs (1)
53
public sealed override int
Length
PresentationFramework (3)
MS\Internal\PtsHost\RunClient.cs (1)
111
public override int
Length
{ get { return _cch; } }
MS\Internal\Text\InlineObject.cs (1)
109
public override int
Length
{ get { return _cch; } }
MS\Internal\Text\TextSpanModifier.cs (1)
53
public sealed override int
Length
14 references to Length
PresentationCore (8)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
54
textSymbols.
Length
,
87
int cch = current.
Length
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
106
ArgumentOutOfRangeException.ThrowIfNegativeOrZero(textRun.
Length
, "textRun.Length");
145
textRunSpanRider.At(cpFetch + textRun.
Length
- 1);
160
_latestPosition = _textRunVector.SetReference(cpFetch, textRun.
Length
, textRun, _latestPosition);
MS\Internal\TextFormatting\TextStore.cs (2)
1707
int cch = shapeable.
Length
;
2365
_textObjectMetricsVector.SetReference(cpFirst, textObject.
Length
, metrics);
System\Windows\Media\textformatting\CharacterString.cs (1)
157
_length = textRun.
Length
;
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (1)
91
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
MS\Internal\PtsHost\Line.cs (2)
163
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
402
Rect rect = GetBoundsFromPosition(dcpRun, run.
Length
, out flowDirection);
MS\Internal\PtsHost\OptimalTextSource.cs (2)
113
Invariant.Assert(run.
Length
> 0, "TextRun has to have positive length.");
193
if (run != null && ((dcpRun + run.
Length
) >= (dcp + textBreakpoint.Length)))
MS\Internal\Text\ComplexLine.cs (1)
64
Debug.Assert(run.
Length
> 0, "TextRun has to have positive length.");