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)
71
if (
_ichVector
.Count > 0)
77
for (int i = 0; i <
_ichVector
.Count; i++)
79
MS.Internal.Generic.Span<int> span =
_ichVector
[i];
104
if (
_ichVector
.Count > 0)
106
SpanRider<int> ichRider = new SpanRider<int>(
_ichVector
);