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)
380this[index] = Cast(value);
6 references to
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
523TextEffect effect = textEffects[i]; 548TextEffect effect = textEffects[j];
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
375return this[index];
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextEffectResolver.cs (3)
189if (textEffects[i] == _effect) 209if (textEffects[i] == _effect) 231if (textEffects[i] == _effect)