26 references to Count
PresentationCore (26)
MS\Internal\Span.cs (15)
233if ( Count > 0 234&& equals(_spans[Count-1].element, element)) 237_spans[Count - 1].length += length; 240if (fs == Count) 256while ( ls < Count 296if ( ls < Count 308if (ls >= Count) 316if (Count != fs + 2) 327if (Count != fs + 1) 430if (targetCount > Count) 432for (int c = 0; c < targetCount - Count; c++) 437else if (targetCount < Count) 439DeleteInternal(targetCount, Count - targetCount); 484return _current < _spans.Count ? true : false; 610get { return _spanPosition.Index >= _spans.Count ? _spans.Default : _spans[_spanPosition.Index].element; }
MS\Internal\TextFormatting\FullTextLine.cs (1)
2082for (int i = 0; i < _plsrunVector.Count && cchLeft > 0; i++)
MS\Internal\TextFormatting\FullTextState.cs (1)
390} while ( ++i < plsrunVector.Count
MS\Internal\TextFormatting\TextRunCacheImp.cs (2)
74for (int i = 0; i < _textRunVector.Count; i++) 328TextSpan<TextRun>[] textRunList = new TextSpan<TextRun>[_textRunVector.Count];
MS\Internal\TextFormatting\TextStore.cs (7)
909for(int i = 0; i < runInfoVector.Count; i++) 946if ((++i) >= runInfoVector.Count) 966Bidi.Flags flags = (i < runInfoVector.Count) ? 1074for (int i = 0, cp = 0, lscp = 0; i < _plsrunVector.Count; ++i) 1089_plsrunVector.Delete(i + 1, _plsrunVector.Count - (i + 1), ref _plsrunVectorLatestPosition); 1132for (int i = 0; i < runInfoVector.Count && ichRun < cchToAdd; ++i) 1963Debug.Assert(i < _plsrunVector.Count);