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