1 write to Value
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
35
Value
= value;
7 references to Value
PresentationCore (7)
MS\Internal\Generic\Span.cs (6)
155
_spanList[Count - 1] = new Span<T>(lastSpan.
Value
, lastSpan.Length + length);
241
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
261
T trailingValue = (new Span<T>()).
Value
;
301
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
548
get { return _current >= _vector.Count ? _defaultSpan.
Value
: _vector[_current].
Value
; }
MS\Internal\TextFormatting\LexicalChunk.cs (1)
82
int lsdcpCurrent = span.
Value
;