1 write to Value
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
30Value = value;
7 references to Value
PresentationCore (7)
MS\Internal\Generic\Span.cs (6)
150_spanList[Count - 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length); 236_spanList[fs] = new Span<T>(currentSpan.Value, first - fc); 256T trailingValue = (new Span<T>()).Value; 296_spanList[fs] = new Span<T>(currentSpan.Value, first - fc); 543get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }
MS\Internal\TextFormatting\LexicalChunk.cs (1)
80int lsdcpCurrent = span.Value;