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