1 write to _ichVector
PresentationCore (1)
MS\Internal\TextFormatting\LexicalChunk.cs (1)
63_ichVector = ichVector;
5 references to _ichVector
PresentationCore (5)
MS\Internal\TextFormatting\LexicalChunk.cs (5)
72if (_ichVector.Count > 0) 78for (int i = 0; i < _ichVector.Count; i++) 80MS.Internal.Generic.Span<int> span = _ichVector[i]; 105if (_ichVector.Count > 0) 107SpanRider<int> ichRider = new SpanRider<int>(_ichVector);