1 write to _ichVector
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (1)
66_ichVector = ichVector;
5 references to _ichVector
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (5)
75if (_ichVector.Count > 0) 81for (int i = 0; i < _ichVector.Count; i++) 83Span<int> span = _ichVector[i]; 108if (_ichVector.Count > 0) 110SpanRider<int> ichRider = new SpanRider<int>(_ichVector);