1 write to Value
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
36
Value
= value;
7 references to Value
PresentationCore (7)
Core\CSharp\MS\Internal\Generic\Span.cs (6)
156
_spanList[Count - 1] = new Span<T>(lastSpan.
Value
, lastSpan.Length + length);
242
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
262
T trailingValue = (new Span<T>()).
Value
;
302
_spanList[fs] = new Span<T>(currentSpan.
Value
, first - fc);
549
get { return _current >= _vector.Count ? _defaultSpan.
Value
: _vector[_current].
Value
; }
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (1)
84
int lsdcpCurrent = span.
Value
;