1 write to _defaultSpan
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
440_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);
2 references to _defaultSpan
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
505_cch = _defaultSpan.Length; 544get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }