1 write to Value
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
31
Value
= value;
7 references to Value
PresentationCore (7)
MS\Internal\Generic\Span.cs (6)
151
_spanList[Count - 1] = new Span<T>(lastSpan.
Value
, lastSpan.Length + length);
237
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
257
T trailingValue = (new Span<T>()).
Value
;
297
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
544
get { return _current >= _vector.Count ? _defaultSpan.
Value
: _vector[_current].
Value
; }
MS\Internal\TextFormatting\LexicalChunk.cs (1)
81
int lsdcpCurrent = span.
Value
;