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