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