4 implementations of
mscorlib (4)
system\arraysegment.cs (1)
197
T IReadOnlyList<T>.
this
[int index]
system\collections\generic\list.cs (1)
174
public T
this
[int index] {
system\collections\objectmodel\collection.cs (1)
46
public T
this
[int index] {
system\collections\objectmodel\readonlycollection.cs (1)
38
public T
this
[int index] {
7 references to
mscorlib (1)
system\runtime\interopservices\windowsruntime\ireadonlylisttoivectorviewadapter.cs (1)
73
if (EqualityComparer<T>.Default.Equals(value, _this
[
i]))
PresentationFramework (6)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (3)
265
continueIteration = segmentCallback(sentence.Segments
[
i], data);
833
result = segmentCallback(SubSegments
[
i], data);
998
ITextRange textRange = Segments
[
Segments.Count - 1].TextRange;
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (3)
451
continueIteration = segmentCallback(sentence.Segments
[
i], data);
1097
result = segmentCallback(SubSegments
[
i], data);
1165
ITextRange textRange = Segments
[
Segments.Count - 1].TextRange;