Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
380
this
[
index] = Cast(value);
6 references to
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
523
TextEffect effect = textEffects
[
i];
548
TextEffect effect = textEffects
[
j];
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
375
return this
[
index];
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextEffectResolver.cs (3)
189
if (textEffects
[
i] == _effect)
209
if (textEffects
[
i] == _effect)
231
if (textEffects
[
i] == _effect)