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