1 write to Value
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
31Value = 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); 257T trailingValue = (new Span<T>()).Value; 297_spanList[fs] = new Span<T>(currentSpan.Value, first - fc); 544get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }
MS\Internal\TextFormatting\LexicalChunk.cs (1)
81int lsdcpCurrent = span.Value;