Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\TextEffectCollection.cs (1)
369this[index] = Cast(value);
6 references to
PresentationCore (3)
MS\Internal\TextFormatting\TextStore.cs (2)
517TextEffect effect = textEffects[i]; 542TextEffect effect = textEffects[j];
System\Windows\Media\Generated\TextEffectCollection.cs (1)
364return this[index];
PresentationFramework (3)
System\Windows\Documents\TextEffectResolver.cs (3)
177if (textEffects[i] == _effect) 197if (textEffects[i] == _effect) 219if (textEffects[i] == _effect)