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