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