22 references to Count
PresentationCore (22)
Core\CSharp\MS\Internal\Generic\Span.cs (19)
130
while ( fs <
Count
139
if (fs >=
Count
)
151
if (
Count
> 0
152
&& _spanList[
Count
- 1].Value.Equals(value))
155
Span<T> lastSpan = _spanList[
Count
- 1];
156
_spanList[
Count
- 1] = new Span<T>(lastSpan.Value, lastSpan.Length + length);
174
while ( ls <
Count
215
if ( ls <
Count
227
if (ls >=
Count
)
235
if (
Count
!= fs + 2)
248
if (
Count
!= fs + 1)
353
if (targetCount >
Count
)
355
for (int c = 0; c < targetCount -
Count
; c++)
360
else if (targetCount <
Count
)
362
Delete(targetCount,
Count
- targetCount);
414
return _current < _vector.
Count
;
495
while( _current < _vector.
Count
502
if (_current < _vector.
Count
)
549
get { return _current >= _vector.
Count
? _defaultSpan.Value : _vector[_current].Value; }
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (3)
75
if (_ichVector.
Count
> 0)
81
for (int i = 0; i < _ichVector.
Count
; i++)
108
if (_ichVector.
Count
> 0)