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)
371
this
[
index] = Cast(value);
7 references to
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
305
switch (textDecorations
[
i].Location)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
366
return this
[
index];
Core\CSharp\system\windows\TextDecorationCollection.cs (3)
65
if (!this
[
i].ValueEquals(textDecorations
[
i]))
117
if (result
[
i].ValueEquals(textDecoration))
PresentationFramework (2)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
105
textDecorations.Add(parentTextDecorations
[
i]);
src\Framework\System\Windows\SystemFonts.cs (1)
501
to.Add(from
[
i]);