3 references to TextEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TextEffect.cs (1)
210return new TextEffect();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10037bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.TextEffect(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1597case KnownElements.TextEffect: o = new System.Windows.Media.TextEffect(); break;