15 instantiations of Span
PresentationCore (15)
MS\Internal\Generic\Span.cs (15)
110
_spanList.Insert(index, new
Span
<T>());
142
Add(new
Span
<T>(_defaultValue, first-fc));
150
_spanList[Count - 1] = new
Span
<T>(lastSpan.Value, lastSpan.Length + length);
154
Add(new
Span
<T>(value, length));
236
_spanList[fs] = new
Span
<T>(currentSpan.Value, first - fc);
237
_spanList[fs + 1] = new
Span
<T>(value, length);
248
_spanList[fs] = new
Span
<T>(value, length);
256
T trailingValue = (new
Span
<T>()).Value;
285
_spanList[fs + 1 + i] = new
Span
<T>();
296
_spanList[fs] = new
Span
<T>(currentSpan.Value, first - fc);
302
_spanList[fs] = new
Span
<T>(value, length);
309
_spanList[fs] = new
Span
<T>(trailingValue, trailingLength);
351
_spanList.Add(new
Span
<T>());
439
_defaultSpan = new
Span
<T>(vector.DefaultValue, MaxCch);
487
Span<T> span = new
Span
<T>();
15 references to Span
PresentationCore (15)
MS\Internal\Generic\Span.cs (14)
39
internal struct SpanVector<T> : IEnumerable<
Span
<T>>
41
private FrugalStructList<
Span
<T>> _spanList;
49
: this(defaultValue, new FrugalStructList<
Span
<T>>())
55
FrugalStructList<
Span
<T>> spanList
66
public IEnumerator<
Span
<T>> GetEnumerator()
84
private void Add(
Span
<T> span)
149
Span
<T> lastSpan = _spanList[Count - 1];
235
Span
<T> currentSpan = _spanList[fs];
295
Span
<T> currentSpan = _spanList[fs];
339
internal
Span
<T> this[int index]
367
private struct SpanEnumerator<U> : IEnumerator<
Span
<U>>
387
public
Span
<U> Current
430
private
Span
<T> _defaultSpan;
487
Span
<T> span = new Span<T>();
MS\Internal\TextFormatting\LexicalChunk.cs (1)
79
MS.Internal.Generic.
Span
<int> span = _ichVector[i];