26 references to Count
PresentationCore (26)
MS\Internal\Span.cs (15)
229if ( Count > 0 230&& equals(_spans[Count-1].element, element)) 233_spans[Count - 1].length += length; 236if (fs == Count) 252while ( ls < Count 292if ( ls < Count 304if (ls >= Count) 312if (Count != fs + 2) 323if (Count != fs + 1) 426if (targetCount > Count) 428for (int c = 0; c < targetCount - Count; c++) 433else if (targetCount < Count) 435DeleteInternal(targetCount, Count - targetCount); 480return _current < _spans.Count ? true : false; 606get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2068for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++)
MS\Internal\TextFormatting\FullTextState.cs (1)
385} while ( ++i < plsrunVector.Count
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
59for (int i = 0; i < _textRunVector.Count; i++) 313TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[_textRunVector.Count];
MS\Internal\TextFormatting\TextStore.cs (7)
893for(int i = 0; i < runInfoVector.Count; i++) 930if ((++i) >= runInfoVector.Count) 950Bidi.Flags flags = (i < runInfoVector.Count) ? 1058for (int i = 0, cp = 0, lscp = 0; i < _plsrunVector.Count; ++i) 1073_plsrunVector.Delete(i + 1, _plsrunVector.Count - (i + 1), ref _plsrunVectorLatestPosition); 1116for (int i = 0; i < runInfoVector.Count && ichRun < cchToAdd; ++i) 1947Debug.Assert(i < _plsrunVector.Count);