Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
371this[index] = Cast(value);
7 references to
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
305switch (textDecorations[i].Location)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
366return this[index];
Core\CSharp\system\windows\TextDecorationCollection.cs (3)
65if (!this[i].ValueEquals(textDecorations[i])) 117if (result[i].ValueEquals(textDecoration))
PresentationFramework (2)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
105textDecorations.Add(parentTextDecorations[i]);
src\Framework\System\Windows\SystemFonts.cs (1)
501to.Add(from[i]);