5 references to TextEffectCollection
PresentationCore (2)
System\Windows\Media\Generated\TextEffectCollection.cs (2)
477
TextEffectCollection collection = new
TextEffectCollection
();
591
return new
TextEffectCollection
();
PresentationFramework (3)
System\Windows\Documents\TextEffectResolver.cs (1)
167
textEffects = new
TextEffectCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10053
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
TextEffectCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1597
case KnownElements.TextEffectCollection: o = new System.Windows.Media.
TextEffectCollection
(); break;