Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\TextEffectCollection.cs (1)
338this[index] = Cast(value);
6 references to
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (2)
502TextEffect effect = textEffects[i]; 527TextEffect effect = textEffects[j];
System\Windows\Media\Generated\TextEffectCollection.cs (1)
333return this[index];
PresentationFramework (3)
System\Windows\Documents\TextEffectResolver.cs (3)
173if (textEffects[i] == _effect) 193if (textEffects[i] == _effect) 215if (textEffects[i] == _effect)