1 write to _ichVector
PresentationCore (1)
MS\Internal\TextFormatting\LexicalChunk.cs (1)
62_ichVector = ichVector;
5 references to _ichVector
PresentationCore (5)
MS\Internal\TextFormatting\LexicalChunk.cs (5)
71if (_ichVector.Count > 0) 77for (int i = 0; i < _ichVector.Count; i++) 79MS.Internal.Generic.Span<int> span = _ichVector[i]; 104if (_ichVector.Count > 0) 106SpanRider<int> ichRider = new SpanRider<int>(_ichVector);