5 references to TextEffectCollection
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (2)
493TextEffectCollection collection = new TextEffectCollection(); 610return new TextEffectCollection();
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
179textEffects = new TextEffectCollection();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10049bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.TextEffectCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1598case KnownElements.TextEffectCollection: o = new System.Windows.Media.TextEffectCollection(); break;